Add newlines after closing braces.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user