]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
Whitespace cleanup
[features.git] / src / Buffer.h
index 586c47db022d6955b1e834f6ab24a187929f9925..8a81bb07039e5e2c374715a9015ce7f53bb7dfea 100644 (file)
@@ -395,7 +395,7 @@ private:
            \return \c false if method fails.
        */
        ReadStatus readFile(Lexer &, support::FileName const & filename,
-                           bool fromString = false);
+                           bool fromString = false);
 
        /// Use the Pimpl idiom to hide the internals.
        class Impl;