diff options
author | Matthew Gregan <[email protected]> | 2012-07-16 17:00:12 -0400 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2012-07-16 17:00:12 -0400 |
commit | a69ff28da1996ab11e6c62cc7e6dd41731bdd549 (patch) | |
tree | 48396e102d9783e5664676f64fba516daa2a8094 | |
parent | 582601f0fcebdf2d61cb636d935f3ba71a3a95e7 (diff) | |
download | cubeb-a69ff28da1996ab11e6c62cc7e6dd41731bdd549.tar.gz cubeb-a69ff28da1996ab11e6c62cc7e6dd41731bdd549.zip |
fix whitespace in test_tone.c
-rw-r--r-- | test/test_tone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tone.c b/test/test_tone.c index 083abe4..296253c 100644 --- a/test/test_tone.c +++ b/test/test_tone.c @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) user_data->position = 0; ret = cubeb_stream_init(ctx, &stream, "Cubeb tone (mono)", params, - 250, data_cb, state_cb, user_data); + 250, data_cb, state_cb, user_data); if (ret != CUBEB_OK) { fprintf(stderr, "Error initializing cubeb stream\n"); return ret; |