]> git.lyx.org Git - features.git/commitdiff
move #endif to the end of the file
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 23 Oct 2006 14:24:04 +0000 (14:24 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 23 Oct 2006 14:24:04 +0000 (14:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15508 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxserver.h

index 9f9f82124de039d4a5a65c37fd8f21bdfda92da9..18623578d81294a1bb72d0cfbdfcf0cadff38dc4 100644 (file)
@@ -146,9 +146,9 @@ private:
 /// Implementation is in lyx_main.C
 extern LyXServer & theLyXServer();
 
-#endif /* _LYXSERVER_H_ */
-
 
 } // namespace lyx
 
+#endif /* _LYXSERVER_H_ */
+
 /* === End of File: lyxserver.h ========================================== */