1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Add namespace closing comments

This commit is contained in:
Hielke Morsink
2018-05-04 22:40:09 +02:00
parent bc44792da9
commit 8d10bfb5a1
70 changed files with 82 additions and 83 deletions

View File

@@ -385,6 +385,6 @@ namespace OpenRCT2::Ui
{
return new LinuxContext();
}
}
} // namespace OpenRCT2::Ui
#endif // __linux__ || __OpenBSD__