diff options
| author | Glenn Kasten <gkasten@google.com> | 2015-02-17 14:53:50 -0800 | 
|---|---|---|
| committer | Glenn Kasten <gkasten@google.com> | 2015-02-27 18:29:47 -0800 | 
| commit | 5e83ef573a311a1f564d88d681d1022826729da5 (patch) | |
| tree | e9dd37daccc08a24321c62a9a5066dabb0e2d130 | |
| parent | 393d4d2082351b0f63ff19fbe82308481e508b3e (diff) | |
| download | frameworks_av-5e83ef573a311a1f564d88d681d1022826729da5.zip frameworks_av-5e83ef573a311a1f564d88d681d1022826729da5.tar.gz frameworks_av-5e83ef573a311a1f564d88d681d1022826729da5.tar.bz2  | |
Indent by 8 spaces to match existing code
Change-Id: I1aeb747654b1372473bb2f44319985682381971f
| -rw-r--r-- | tools/resampler_tools/fir.cpp | 2 | 
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));  | 
