* Minor and/or cosmetic changes made during x64 troubleshooting
[citadel.git] / citadel / imap_fetch.c
index 810948244e148f0c1c355902861e8ff43011b5ef..86088b79c3865be51237f1bb725518e6347dd31d 100644 (file)
@@ -936,8 +936,7 @@ void imap_fetch_bodystructure (long msgnum, char *item,
  * imap_do_fetch() calls imap_do_fetch_msg() to output the data of an
  * individual message, once it has been selected for output.
  */
-void imap_do_fetch_msg(int seq,
-                       int num_items, char **itemlist) {
+void imap_do_fetch_msg(int seq, int num_items, char **itemlist) {
        int i;
        struct CtdlMessage *msg = NULL;