]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.h
ws changes
[lyx.git] / src / lyxlayout.h
index d0f79c7b96b12d76bc7a87032819407648219bba..ff6d1446f55c96c0264aa3fbceee544f5601792a 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -173,7 +173,7 @@ public:
                return latextype == LATEX_PARAGRAPH;
        }
        ///
-       bool isCommand() const { 
+       bool isCommand() const {
                return latextype == LATEX_COMMAND;
        }
        ///
@@ -192,7 +192,7 @@ private:
 
        /** Name of an layout that has replaced this layout.
            This is used to rename a layout, while keeping backward
-           compatibility 
+           compatibility
        */
        string obsoleted_by_;