]> git.lyx.org Git - lyx.git/blobdiff - src/spellchecker.C
Indentation change + small #ifndef NEW_INSETS fix.
[lyx.git] / src / spellchecker.C
index 58fefb6b41e0eeed9d96b1f776b3c53f11f49ffb..609aa93502e7406cf83ca63ca8df60e15f60a9ec 100644 (file)
@@ -286,14 +286,14 @@ void SpellCheckerOptions()
        }
 }
 
+namespace {
+
 #ifndef USE_PSPELL
 
 /***** Spellchecker *****/
 
 // Could also use a clean up. (Asger Alstrup)
 
-namespace {
-
 void init_spell_checker(BufferParams const & params, string const & lang)
 {
        static char o_buf[BUFSIZ];  // jc: it could be smaller