diff options
author | Paul Adenot <[email protected]> | 2016-03-18 11:58:02 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2016-03-18 12:10:28 +0100 |
commit | 1b285153091c7fe8f980a1c597699e748d5c399b (patch) | |
tree | 6bab91bf4396d7bec993861730a5d44c2b8cf026 /src/cubeb_resampler.cpp | |
parent | 4524a6778c3dc3c6f3d8bd37832af93f94df9f00 (diff) | |
download | cubeb-1b285153091c7fe8f980a1c597699e748d5c399b.tar.gz cubeb-1b285153091c7fe8f980a1c597699e748d5c399b.zip |
Review comments: fix indent in cubeb_resampler.cpp.
Diffstat (limited to 'src/cubeb_resampler.cpp')
-rw-r--r-- | src/cubeb_resampler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cubeb_resampler.cpp b/src/cubeb_resampler.cpp index 975c81d..309715b 100644 --- a/src/cubeb_resampler.cpp +++ b/src/cubeb_resampler.cpp @@ -207,12 +207,12 @@ cubeb_resampler_speex<T, InputProcessor, OutputProcessor> resampled_input = input_processor->output(output_frames_before_processing); } else { - resampled_input = nullptr; + resampled_input = nullptr; } got = data_callback(stream, user_ptr, - resampled_input, out_unprocessed, - output_frames_before_processing); + resampled_input, out_unprocessed, + output_frames_before_processing); output_processor->written(got); |