shithub: sox

Download patch

ref: ee69779a3e0547fa25c98df3f3ce6fd5fd64829e
parent: 130d2d573fd9d10b8b623b139b36551e3d30c52c
author: rrt <rrt>
date: Sun Jan 21 14:46:30 EST 2007

Trivial tidying up.

--- a/src/sox.c
+++ b/src/sox.c
@@ -1599,8 +1599,7 @@
     fprintf(stderr, "Failed: %s\n\n", message);
   printf("Usage summary: [gopts] [[fopts] infile]... [fopts]%s [effect [effopts]]...\n\n",
          play? "" : " outfile");
-  printf(
-         "SPECIAL FILENAMES:\n"
+  printf("SPECIAL FILENAMES:\n"
          "-               stdin (infile) or stdout (outfile)\n"
          "-n              use the null file handler; for use with e.g. synth & stat\n"
          "\n"
@@ -1667,7 +1666,7 @@
       printf(" %s", e->name);
   }
 
-  printf( "\n\neffopts: depends on effect\n");
+  printf("\n\neffopts: depends on effect\n");
 
   if (message)
     exit(1);