]> git.lyx.org Git - lyx.git/blobdiff - src/tabular-old.C
fix typo that put too many include paths for most people
[lyx.git] / src / tabular-old.C
index 3e06db9a68b5a9111f0e9fd5a3318bc1753023a9..1f7d9f576dca4a03eeaafa6a9a2cdb9aecebc49a 100644 (file)
@@ -1,13 +1,13 @@
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 2000-2001 The LyX Team.
  *
  *           @author: Jürgen Vigna
  *
- * ====================================================== 
+ * ======================================================
  */
 
 #include <config.h>
@@ -134,7 +134,7 @@ bool getTokenValue(string const & str, const char * token, LyXLength & len)
        if (!getTokenValue(str, token, tmp))
                return false;
        return isValidLength(tmp, &len);
-}    
+}
 
 
 inline