Skip to content

Commit 4f906f0

Browse files
committed
Align extra closing curly brace in ST2094_50.cpp
1 parent 3997f3e commit 4f906f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IsoLib/t35_tool/sources/SMPTE_ST2094_50.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,8 @@ void SMPTE_ST2094_50::convertSyntaxElementsToMetadataItems(){
10401040
sumComponent = float(elm.component_mixing_coefficient[iAlt][k]);
10411041
}
10421042
if (sumComponent != Q_COMPONENT_MIXING_COEFFICIENT){
1043-
logMsg(LOGLEVEL_WARNING, "Sum component mixing coefficient for alternate %d is not equal to 1.0, they will be scaled to 1.0.", iAlt); }
1043+
logMsg(LOGLEVEL_WARNING, "Sum component mixing coefficient for alternate %d is not equal to 1.0, they will be scaled to 1.0.", iAlt);
1044+
}
10441045
for (int k = 0; k < MAX_NB_COMPONENT_MIXING_COEFFICIENT; k++) {
10451046
float value = 0.0f;
10461047
if (elm.has_component_mixing_coefficient_flag[iAlt][k]) {

0 commit comments

Comments
 (0)