]> git.lyx.org Git - lyx.git/blobdiff - src/language.h
fix typo that put too many include paths for most people
[lyx.git] / src / language.h
index cd156c33e4c8116bfda21cb0c46bf69cbd8fbef4..01e0c74b901b4308a6ed3322d95fdaee645b0eb3 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.
  *
@@ -99,14 +99,14 @@ public:
        }
        ///
        const_iterator begin() const {
-                return languagelist.begin();
-        }
-        ///
-        const_iterator end() const {
-                return languagelist.end();
-        }
-       ///
-       
+               return languagelist.begin();
+       }
+       ///
+       const_iterator end() const {
+               return languagelist.end();
+       }
+       ///
+
 private:
        ///
        LanguageList languagelist;