summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-02-17 15:00:19 -0800
committerGlenn Kasten <gkasten@google.com>2015-02-27 18:29:48 -0800
commite1984fc72d9f814461992b9f5b1e5f9d45ce7afa (patch)
tree28c0e0bcdd30da23f61c8bcb1d6c6876e4e74b04 /tools
parent9c380ac229c5815437819b346fb468655a423747 (diff)
downloadframeworks_av-e1984fc72d9f814461992b9f5b1e5f9d45ce7afa.zip
frameworks_av-e1984fc72d9f814461992b9f5b1e5f9d45ce7afa.tar.gz
frameworks_av-e1984fc72d9f814461992b9f5b1e5f9d45ce7afa.tar.bz2
Revert "Indent by 8 spaces to match existing code"
This reverts commit 8dde8ce528504c209904a2479f42c8bd7f7bff15.
Diffstat (limited to 'tools')
-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 fcd5267..4d0981b 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));