Whitespace cleanup.
authorMatt Mullins <mmullins@mmlx.us>
Sun, 5 May 2013 07:08:01 +0000 (00:08 -0700)
committerMatt Mullins <mmullins@mmlx.us>
Sun, 5 May 2013 07:36:00 +0000 (00:36 -0700)
irc/irc_conn.erl

index 2900037..17435ae 100644 (file)
@@ -132,7 +132,7 @@ do_line(Line, State) ->
             NewCommand = Command#irc_command{prefix = none, command = "PONG"},
             send_command(NewCommand),
             State;
-        "376" when State#irc_state.joined == false -> 
+        "376" when State#irc_state.joined == false ->
             % end of MOTD, which should normally be sent on connect
             error_logger:info_msg("Joining my channels now.", []),
             {_, _, _, _, Channels} = State#irc_state.config,