Rearranged whitespace (and comments) in all the code!
[mmh] / sbr / ambigsw.c
index c11b9e7..cd84ad6 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * ambigsw.c -- report an ambiguous switch
  *
@@ -13,6 +12,6 @@
 void
 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);
 }