From: Luke Fitzgerald Date: Tue, 3 Aug 2010 17:02:47 +0000 (-0700) Subject: Cosmetic whitespace change X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c71319419bd00ee563fd87a6fe2f202293441d82;p=quix0rs-gnu-social.git Cosmetic whitespace change --- diff --git a/plugins/Irc/extlib/phergie/Phergie/Driver/Statusnet.php b/plugins/Irc/extlib/phergie/Phergie/Driver/Statusnet.php index 6a0cbb8d15..84c85a01cc 100644 --- a/plugins/Irc/extlib/phergie/Phergie/Driver/Statusnet.php +++ b/plugins/Irc/extlib/phergie/Phergie/Driver/Statusnet.php @@ -45,7 +45,7 @@ class Phergie_Driver_Statusnet extends Phergie_Driver_Streams { public function forceQuit() { try { // Send a QUIT command to the server - $this->send('QUIT', 'Reconnecting'); + $this->send('QUIT', 'Reconnecting'); } catch (Phergie_Driver_Exception $e){} // Terminate the socket connection