shithub: sox

Download patch

ref: 8ab40e817a66502cc801ae5d0844583b01d0a8d6
parent: e2640d6e139aaeab65fcbe5bb0b290b9297fa1dd
author: robs <robs>
date: Mon Sep 8 15:33:32 EDT 2008

fix stray LFs

--- a/src/flanger.c
+++ b/src/flanger.c
@@ -16,9 +16,9 @@
  */
 
 #define sox_flanger_usage \
-  "[delay depth regen width speed shape phase interp]\n"
+  "[delay depth regen width speed shape phase interp]"
 /*
-  "                  .\n" \
+  "\n                  .\n" \
   "                 /|regen\n" \
   "                / |\n" \
   "            +--(  |------------+\n" \
--- a/src/mcompand.c
+++ b/src/mcompand.c
@@ -633,7 +633,7 @@
     "\n"
     "  attack1,decay1[,attack2,decay2...]\n"
     "                 in-dB1,out-dB1[,in-dB2,out-dB2...]\n"
-    "                [ gain [ initial-volume [ delay ] ] ]\n",
+    "                [ gain [ initial-volume [ delay ] ] ]",
     SOX_EFF_MCHAN,
     getopts, start, flow, drain, stop, kill, sizeof(priv_t)
   };