From ccee086514c1329b98a41485a557b1cfd3e0be8c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 20 Oct 2002 14:45:28 +0000 Subject: [PATCH] fixed (?) file format git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/utils/convertrc/rc2xml.h | 2 +- utils/HelpGen/src/markup.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/utils/convertrc/rc2xml.h b/contrib/utils/convertrc/rc2xml.h index 184a8dadfb..9f1c18b29e 100644 --- a/contrib/utils/convertrc/rc2xml.h +++ b/contrib/utils/convertrc/rc2xml.h @@ -92,4 +92,4 @@ protected: }; -#endif \ No newline at end of file +#endif diff --git a/utils/HelpGen/src/markup.h b/utils/HelpGen/src/markup.h index 13e43a0a8c..7e1ccc6c7c 100644 --- a/utils/HelpGen/src/markup.h +++ b/utils/HelpGen/src/markup.h @@ -48,4 +48,4 @@ MarkupTagsT get_HTML_markup_tags(); // MarkupTagsT get_PostScript_markup_tags(); // MarkupTagsT get_Latex_markup_tags(); -#endif \ No newline at end of file +#endif