diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-30 23:01:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-23 23:54:16 +0100 |
| commit | a424e080a8b0847a7220809f25cea1155ab99d22 (patch) | |
| tree | a7a7c175c14fd3283296557aaf6c9a1d9df4cd14 /src/Wav.cpp | |
| parent | 7e54d076c88b524d6fffc286f43c10a18afce20a (diff) | |
Fix a few compiler warnings about misleading indents.
Diffstat (limited to 'src/Wav.cpp')
| -rwxr-xr-x | src/Wav.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Wav.cpp b/src/Wav.cpp index a512fd6..c8935cd 100755 --- a/src/Wav.cpp +++ b/src/Wav.cpp @@ -122,7 +122,7 @@ ASDCP::Wav::SimpleWaveHeader::ReadFromFile(const Kumu::FileReader& InFile, ui32_ if ( ASDCP_SUCCESS(result) ) result = ReadFromBuffer(TmpBuffer.RoData(), read_count, data_start); - return result; + return result; } ASDCP::Result_t @@ -288,7 +288,7 @@ ASDCP::AIFF::SimpleAIFFHeader::ReadFromFile(const Kumu::FileReader& InFile, ui32 if ( ASDCP_SUCCESS(result) ) result = ReadFromBuffer(TmpBuffer.RoData(), read_count, data_start); - return result; + return result; } // @@ -499,7 +499,7 @@ ASDCP::RF64::SimpleRF64Header::ReadFromFile(const Kumu::FileReader& InFile, ui32 else DefaultLogSink().Error("Failed to read %d bytes from file\n", Wav::MaxWavHeader); - return result; + return result; } ASDCP::Result_t |
