summaryrefslogtreecommitdiff
path: root/tests/misc_test.c
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-01-21 14:24:38 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-01-21 14:24:38 +1100
commit8508ec567939d3fe404494f7587fa435fb0636b6 (patch)
tree0aef78eb418d79de67d62c1986b84f6140254343 /tests/misc_test.c
parent18c1105981c7f12ce6ca48d3e8b25bdc6253816b (diff)
More whitespace and cstyle fixes.
Diffstat (limited to 'tests/misc_test.c')
-rw-r--r--tests/misc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc_test.c b/tests/misc_test.c
index f6164b4..b95e421 100644
--- a/tests/misc_test.c
+++ b/tests/misc_test.c
@@ -65,7 +65,7 @@ main (int argc, char *argv [])
exit (1) ;
} ;
- do_all =! strcmp (argv [1], "all") ;
+ do_all = ! strcmp (argv [1], "all") ;
if (do_all || ! strcmp (argv [1], "wav"))
{ zero_data_test ("zerolen.wav", SF_FORMAT_WAV | SF_FORMAT_PCM_16) ;