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

@@ -302,6 +302,7 @@ namespace OpenRA.Mods.Cnc.FileFormats
pn2++;
tmp >>= 16;
}
*pn1 += (ushort)tmp;
}
}