minor cosmetic cleanups
[citadel.git] / citadel / modules / smtp / serv_smtp.c
index d3634b0464febd8c34a33d578d462f300b3b5ac4..fc6814f602ab1748f318fa9ce2fe51a3aabd1b58 100644 (file)
@@ -81,6 +81,7 @@
 #include "ctdl_module.h"
 
 #include "smtp_util.h"
+
 enum {                         /* Command states for login authentication */
        smtp_command,
        smtp_user,
@@ -125,6 +126,7 @@ void registerSmtpCMD(const char *First, long FLen,
        Put(SMTPCmds, First, FLen, h, NULL);
 }
 
+
 void smtp_cleanup(void)
 {
        DeleteHash(&SMTPCmds);