]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Cosmetic whitespace change
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Tue, 3 Aug 2010 17:02:47 +0000 (10:02 -0700)
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Tue, 3 Aug 2010 17:02:47 +0000 (10:02 -0700)
plugins/Irc/extlib/phergie/Phergie/Driver/Statusnet.php

index 6a0cbb8d153c21041641252bb86a33f5757ee03b..84c85a01cc8729b4d58f0f990d7a363cc06a02e5 100644 (file)
@@ -45,7 +45,7 @@ class Phergie_Driver_Statusnet extends Phergie_Driver_Streams {
     public function forceQuit() {\r
         try {\r
             // Send a QUIT command to the server\r
-        $this->send('QUIT', 'Reconnecting');\r
+            $this->send('QUIT', 'Reconnecting');\r
         } catch (Phergie_Driver_Exception $e){}\r
 \r
         // Terminate the socket connection\r