]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - _darcs/pristine/scripts/xmppdaemon.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / _darcs / pristine / scripts / xmppdaemon.php
index 28ac647253cfe07d1907541197fd87d55f146d25..01fe8914f1aae18bcc0874878b5507bc0d520864 100644 (file)
@@ -37,7 +37,8 @@ set_error_handler('common_error_handler');
 # in jabber.php, which create a new XMPP class. A more elegant (?) solution
 # might be to use make this a subclass of XMPP.
 
-class XMPPDaemon extends Daemon {
+class XMPPDaemon extends Daemon
+{
 
     function XMPPDaemon($resource=null)
     {