JANITORIAL: Enforce "} // End of namespace" with a single space after }.

This commit is contained in:
Johannes Schickel 2013-01-26 19:33:27 +01:00
parent da8eeb9dbe
commit b4d0a8ba66
70 changed files with 74 additions and 74 deletions

View file

@ -1534,4 +1534,4 @@ Archive *makeZipArchive(SeekableReadStream *stream) {
return new ZipArchive(zipFile);
}
} // End of namespace Common
} // End of namespace Common