]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn-encoding.c
Code cleanup, remove blank lines
[ngircd-alex.git] / src / ngircd / conn-encoding.c
index d0c56306698bbe599900073690a127e4e06c8a3a..b827d02ae4d4abe78f67007be5411bd2f218e1f4 100644 (file)
@@ -38,7 +38,6 @@ char Encoding_Buffer[COMMAND_LEN];
 
 char *Convert_Message PARAMS((iconv_t Handle, char *Message));
 
-
 /**
  * Set client character encoding on a connection.
  *
@@ -133,7 +132,7 @@ Convert_Message(iconv_t Handle, char *Message)
        return Encoding_Buffer;
 }
 
-#endif
+#endif /* ICONV */
 
 /**
  * Convert encoding of a message received from a connection.