]> git.marmaro.de Git - mmh/blobdiff - sbr/ambigsw.c
Rearranged whitespace (and comments) in all the code!
[mmh] / sbr / ambigsw.c
index c11b9e752e732d5fdeef899884897ce85cc38e34..cd84ad651423e6b77df3acd2e65db4767df3643e 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);
 }