commit | b2b152afbefb2a3d67c142174da9b7d6ebf8630c | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Mon Mar 02 18:39:11 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Mar 02 18:39:12 2015 +0000 |
tree | ef84549b574fd08b0880707856ea0a32a6b1f08c | |
parent | 5cce9ad13380eb1d742d04408ee608f34aab90a2 [diff] | |
parent | e1984fc72d9f814461992b9f5b1e5f9d45ce7afa [diff] |
Merge "Revert "Indent by 8 spaces to match existing code""
diff --git a/tools/resampler_tools/fir.cpp b/tools/resampler_tools/fir.cpp index fcd5267..4d0981b 100644 --- a/tools/resampler_tools/fir.cpp +++ b/tools/resampler_tools/fir.cpp
@@ -262,7 +262,7 @@ if (!debug) { if (j == 0) - printf("\n "); + printf("\n "); } if (!format) { int64_t yi = toint(y, 1ULL<<(nc-1));