From 19f0995a78705c3ea345400d9a716a11cfc00c77 Mon Sep 17 00:00:00 2001
From: Ryan Norton <wxprojects@comcast.net>
Date: Thu, 29 Jan 2004 09:44:34 +0000
Subject: [PATCH] added newline

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 contrib/utils/convertrc/rc2wxr.h | 2 +-
 src/regex/rege_dfa.c             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/utils/convertrc/rc2wxr.h b/contrib/utils/convertrc/rc2wxr.h
index 1c3790fb7d..4f55da2272 100644
--- a/contrib/utils/convertrc/rc2wxr.h
+++ b/contrib/utils/convertrc/rc2wxr.h
@@ -45,4 +45,4 @@ void ParseCtrlButton(wxString label, wxString varname);
 };
 
 
-#endif
\ No newline at end of file
+#endif
diff --git a/src/regex/rege_dfa.c b/src/regex/rege_dfa.c
index 7236282293..5347b90d73 100644
--- a/src/regex/rege_dfa.c
+++ b/src/regex/rege_dfa.c
@@ -696,4 +696,4 @@ pickss(struct vars * v,			/* used only for debug flags */
 	assert(NOTREACHED);
 	ERR(REG_ASSERT);
 	return d->ssets;
-}
\ No newline at end of file
+}
-- 
2.47.2