Slightly reformat the FINDCOMP macro to quell a clang warning about
[mmh] / h / fmt_scan.h
index ed4e2f0..d8fab61 100644 (file)
@@ -62,7 +62,8 @@ extern struct comp *wantcomp[128];
 #define FINDCOMP(comp,name) \
                for (comp = wantcomp[CHASH(name)]; \
                     comp && strcmp(comp->c_name,name); \
-                    comp = comp->c_next) ;
+                    comp = comp->c_next) \
+               ;
 
 /*
  * This structure defines one formatting instruction.