STYLE: consistent '// End namespace' markers

This commit is contained in:
Mark Olesen
2018-04-27 09:51:35 +02:00
parent a9fbaa4b08
commit c0766ce8ea
44 changed files with 85 additions and 101 deletions

View File

@ -50,7 +50,7 @@ namespace Foam
// Wrong, but interesting to test
// template<> struct contiguous<Pair<word>> : std::true_type {};
} // end namespace Foam
} // End namespace Foam
using namespace Foam;