]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
ws changes
[lyx.git] / src / lyx_main.h
index 523de58dd98616fda4c34833621af506cdbb3abe..c56d5ea9a72b4b4d7c542801aa6d6b911033bd3b 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.
 *
@@ -77,14 +77,14 @@ private:
        /** Search for and read the LyXRC file name, return
            true if successfull.
        */
-        bool readRcFile(string const & name);
+       bool readRcFile(string const & name);
        /// Read the ui file `name'
        void readUIFile(string const & name);
        /// Read the languages file `name'
        void readLanguagesFile(string const & name);
        /// Read the encodings file `name'
        void readEncodingsFile(string const & name);
-        ///
+       ///
        bool easyParse(int * argc, char * argv[]);
 };