diff options
Diffstat (limited to 'tools')
| -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));  | 
