Add newlines after closing braces.

This commit is contained in:
Paul Chote
2019-06-07 22:01:55 +01:00
committed by abcdefg30
parent 9f15754926
commit 548de12e85
4 changed files with 10 additions and 7 deletions

View File

@@ -286,6 +286,7 @@ namespace OpenRA.Mods.Common.AudioLoaders
return;
}
}
currentBlockEnded = true;
}
@@ -327,6 +328,7 @@ namespace OpenRA.Mods.Common.AudioLoaders
samplesLeftInBlock = currentBlock.Current.SampleBlock.Samples;
return;
}
currentBlockEnded = true;
}
}