diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-01-25 15:51:53 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-02-09 09:03:17 +0100 |
commit | d3554736c13531898fb720b34772a595620e661a (patch) | |
tree | 85e6f76e2b37785405ddf6685801ab9e9f9125cb /drumgizmo/output/wavfile.cc | |
parent | 100e2d3bd46f64df730c8a375559680c577036ef (diff) |
reformatting fix
Diffstat (limited to 'drumgizmo/output/wavfile.cc')
-rw-r--r-- | drumgizmo/output/wavfile.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drumgizmo/output/wavfile.cc b/drumgizmo/output/wavfile.cc index 9d4deb1..678bbe3 100644 --- a/drumgizmo/output/wavfile.cc +++ b/drumgizmo/output/wavfile.cc @@ -28,7 +28,10 @@ #include "wavfile.h" -WavfileOutputEngine::WavfileOutputEngine() : info{}, channels{}, file{"output"} +WavfileOutputEngine::WavfileOutputEngine() + : info{} + , channels{} + , file{"output"} { info.frames = 0; info.samplerate = 44100; |