]> git.lyx.org Git - lyx.git/blobdiff - src/Format.cpp
Avoid empty space above the top of the document
[lyx.git] / src / Format.cpp
index 4a33eb07c49e97c80ef4548979b00029500c9dc4..b7a8c20b94cbfb8c2caf11342b0fc6c32f1878aa 100644 (file)
@@ -102,7 +102,7 @@ private:
 };
 
 
-} //namespace anon
+} // namespace
 
 bool Format::formatSorter(Format const * lhs, Format const * rhs)
 {
@@ -397,7 +397,7 @@ string guessFormatFromContents(FileName const & fn)
        return string();
 }
 
-}
+} // namespace
 
 
 string Formats::getFormatFromFile(FileName const & filename) const
@@ -857,7 +857,7 @@ FlavorTranslator const & flavorTranslator()
        return translator;
 }
 
-}
+} // namespace
 
 
 std::string flavor2format(OutputParams::FLAVOR flavor)