bootstrap script merely creates package-version.txt , nothing else
[citadel.git] / textclient / messages.c
index fe975c5e77dc560cf10e3741cf85746a8b16c0c8..c1c6a0a6e87c631cd5ae943cc6d10b6c2a5eb30e 100644 (file)
@@ -431,14 +431,20 @@ int read_message(CtdlIPC *ipc,
                return (0);
        }
 
-       if (dest) {
+       if (dest)
+       {
                fprintf(dest, "\n ");
-       } else {
+       }
+       else
+       {
                scr_printf("\n");
                if (pagin != 2)
+               {
                        scr_printf(" ");
+               }
        }
-       if (pagin == 1 && !dest) {
+       if (pagin == 1 && !dest)
+       {
                color(BRIGHT_CYAN);
        }