diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-01-31 21:48:11 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-01-31 21:48:11 +0100 |
commit | 31168ab587ed2adfa70b99800b7340c809273071 (patch) | |
tree | abf2e998b8eea6ea6489a868384c8330366f517c | |
parent | 007bface04f6bd11f3149fcf5ced79f100f9db95 (diff) |
Fix indentation error.
-rw-r--r-- | src/drumkitloader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drumkitloader.cc b/src/drumkitloader.cc index 7b5b605..e2dccf8 100644 --- a/src/drumkitloader.cc +++ b/src/drumkitloader.cc @@ -174,7 +174,7 @@ void DrumKitLoader::thread_main() int preload_size = framesize * CHUNK_MULTIPLIER + framesize; if(preload_size < 1024) { - preload_size = 1024; + preload_size = 1024; } // Note: Remove this line to enable diskstreaming |