]> git.lyx.org Git - lyx.git/blobdiff - src/Lsstream.h
Create a grfx::Loader class and so move large chunks of code out of
[lyx.git] / src / Lsstream.h
index 9c8b3c74d3ca953b428c4ee4b62e2e24208134f4..548f971589d5bf971ea00f201f681a08e7847a5a 100644 (file)
@@ -1,16 +1,16 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *         Copyright 1995 Matthias Ettrich
  *          Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 #ifndef LSSTREAM_H
-#define LSSTREAM_H 
+#define LSSTREAM_H
 
 // Since we will include a string header anyway, we'd better do it
 // right now so that <string> is not loaded before lyxstring.h. (JMarc)