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 +}