Remove tests/inc/test-eom-align
[mmh] / sbr / ambigsw.c
index 6105a50..f2126b7 100644 (file)
@@ -10,8 +10,8 @@
 
 
 void
-ambigsw (char *arg, struct swit *swp)
+ambigsw(char *arg, struct swit *swp)
 {
-       advise (NULL, "-%s ambiguous.  It matches", arg);
-       print_sw (arg, swp, "-", stderr);
+       advise(NULL, "-%s ambiguous.  It matches", arg);
+       print_sw(arg, swp, "-", stderr);
 }