From 4714ef79af518f74214126559ef48607acf89180 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 27 Jun 1999 22:06:33 +0000 Subject: [PATCH] missing newline at the end of file added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/ioswrap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index e77e74033d..8d2ad899b6 100644 --- a/include/wx/ioswrap.h +++ b/include/wx/ioswrap.h @@ -22,4 +22,5 @@ #endif #endif - // wxUSE_STD_IOSTREAM \ No newline at end of file + // wxUSE_STD_IOSTREAM + -- 2.50.0