]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
fix typo that put too many include paths for most people
[lyx.git] / src / vspace.h
index b2b18bcfe730564b651d298550f596eb158f17c6..936d1f4e9266c29908cd0dc56a908b953852c6d1 100644 (file)
@@ -46,7 +46,7 @@ public:
 
        /// Constructor for reading from a .lyx file
        explicit VSpace(string const & data);
-       
+
        /// return the type of vertical space
        vspace_kind kind() const;
        /// return the length of this space
@@ -60,9 +60,9 @@ public:
        bool operator==(VSpace const &) const;
 
        // conversion
+
        /// how it goes into the LyX file
-       string const asLyXCommand() const; 
+       string const asLyXCommand() const;
        /// the latex representation
        string const asLatexCommand(BufferParams const & params) const;
        /// the size of the space on-screen