diff options
| author | milla <marc.illa@dolby.com> | 2021-06-09 13:18:06 +0200 |
|---|---|---|
| committer | milla <marc.illa@dolby.com> | 2021-06-09 13:18:06 +0200 |
| commit | 8cf0d6750ee17cb494fc62e2eabcbb39a67eebe1 (patch) | |
| tree | 68e832e75cca68005d006fdb1439f2e4fe94cfab /src/AS_02_IAB.cpp | |
| parent | 80ffd696131b27eacedb26e7f2dc9737ecffbd2f (diff) | |
Fix surrounding format (brackets not in separate line)
Diffstat (limited to 'src/AS_02_IAB.cpp')
| -rw-r--r-- | src/AS_02_IAB.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AS_02_IAB.cpp b/src/AS_02_IAB.cpp index 2fe504b..c25f7bf 100644 --- a/src/AS_02_IAB.cpp +++ b/src/AS_02_IAB.cpp @@ -272,8 +272,7 @@ AS_02::IAB::MXFWriter::Finalize() { if (this->m_State == ST_BEGIN) { return Kumu::RESULT_INIT; } - if (this->m_State != ST_RUNNING) - { + if (this->m_State != ST_RUNNING) { KM_RESULT_STATE_HERE(); return RESULT_STATE; } |
