newline before EOF fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-02-06 11:57:25 +00:00
parent a236af7b74
commit 34a3f96a85
3 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
#include "wx/mac/classic/clipbrd.h"
#else
#include "wx/mac/carbon/clipbrd.h"
#endif
#endif

View File

@@ -2,4 +2,4 @@
#include "wx/mac/classic/pngread.h"
#else
#include "wx/mac/carbon/pngread.h"
#endif
#endif

View File

@@ -2,4 +2,4 @@
#include "wx/mac/classic/private/print.h"
#else
#include "wx/mac/carbon/private/print.h"
#endif
#endif