]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.C
Sigh. Why is debugging iterative?
[lyx.git] / src / gettext.C
index d8b9b96bc6e47cd3074ed7bab51e068800ce8c8e..e65081c71cd10a286db1ce4881e7e0006d27825f 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -38,7 +38,7 @@ char const * _(char const * str)
 }
 
 
-string const _(string const & str) 
+string const _(string const & str)
 {
        if (!str.empty()) {
                int const s = str.length();
@@ -65,7 +65,7 @@ void locale_init()
 
 void gettext_init(string const & localedir)
 {
-       bindtextdomain(PACKAGE, localedir.c_str()); 
+       bindtextdomain(PACKAGE, localedir.c_str());
        textdomain(PACKAGE);
 }