From fb00129a128d21bb5ca5582e2a6916be8199608a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Mon, 23 Oct 2006 14:24:04 +0000 Subject: [PATCH] move #endif to the end of the file git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15508 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxserver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lyxserver.h b/src/lyxserver.h index 9f9f82124d..18623578d8 100644 --- a/src/lyxserver.h +++ b/src/lyxserver.h @@ -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 ========================================== */ -- 2.39.2