]> git.lyx.org Git - lyx.git/blobdiff - src/importer.h
Sigh. Why is debugging iterative?
[lyx.git] / src / importer.h
index 089e6336b8aad4104f466e9a1feaf714b6bce912..8bcfd08140681864ca68b25d76592397e6b93bf5 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.
  *
@@ -26,12 +26,12 @@ class Importer {
 public:
        ///
        static
-       bool Import(LyXView * lv, string const & filename, 
+       bool Import(LyXView * lv, string const & filename,
                    string const & format);
 #if 0
        ///
        static
-        bool IsImportable(string const & format);
+       bool IsImportable(string const & format);
 #endif
        ///
        static