textclient: indent -kr -i8 -brf -bbb -fnc -l132 -nce
[citadel.git] / textclient / commands.c
index 197fe1a9d58dca65c9759838b33bac880fbdb766..fc0fe2d130621e36bba65d589d6b78107b99adfc 100644 (file)
@@ -1437,7 +1437,7 @@ int fmout(int width,              // screen width to use
                        continue;
                }
 
-               if ( (in_quote) && (*e == '\n') && (enable_color) ) {
+               if ((in_quote) && (*e == '\n') && (enable_color)) {
                        in_quote = 0;
                        scr_printf("\033[22m\033[23m");
                }
@@ -1466,7 +1466,7 @@ int fmout(int width,              // screen width to use
                        continue;
                }
 
-               if ( (*e == '>') && (column <= 1) && (!fpout) && (enable_color) ) {
+               if ((*e == '>') && (column <= 1) && (!fpout) && (enable_color)) {
                        in_quote = 1;
                        scr_printf("\033[2m\033[3m");
                }