summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-02 18:38:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-02 18:38:59 +0000
commit9661e37071d80b416b8121171e2726a07851fd2d (patch)
treed138cd8efd5b8d58c75bd3f773c0f25c8aca3c80
parentee834164e18f7f80bde624c8d9729e1554c26afa (diff)
parent5e83ef573a311a1f564d88d681d1022826729da5 (diff)
downloadframeworks_av-9661e37071d80b416b8121171e2726a07851fd2d.zip
frameworks_av-9661e37071d80b416b8121171e2726a07851fd2d.tar.gz
frameworks_av-9661e37071d80b416b8121171e2726a07851fd2d.tar.bz2
Merge "Indent by 8 spaces to match existing code"
-rw-r--r--tools/resampler_tools/fir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resampler_tools/fir.cpp b/tools/resampler_tools/fir.cpp
index 6581328..3c04891 100644
--- a/tools/resampler_tools/fir.cpp
+++ b/tools/resampler_tools/fir.cpp
@@ -262,7 +262,7 @@ int main(int argc, char** argv)
if (!debug) {
if (j == 0)
- printf("\n ");
+ printf("\n ");
}
if (!format) {
int64_t yi = toint(y, 1ULL<<(nc-1));