]> git.lyx.org Git - features.git/blobdiff - src/support/lyxstring.h
the fstream/iostream changes and some small other things
[features.git] / src / support / lyxstring.h
index bb6a0a6bb9e67f0ec20c0438d5361715042a1a70..fdcdf71900c75d67a0a373204af3710d27909fbe 100644 (file)
@@ -195,7 +195,7 @@ public:
        size_type size() const;
 
        /// largest possible string
-       size_type max_size() const { return npos -1; }
+       size_type max_size() const { return npos - 1; }
 
        ///
        size_type length() const { return size(); }