From ad265610a696852968cb35bd7586e96c7e6029c9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 16 Jul 2012 21:11:57 +0200 Subject: style: Use tabs instead of spaces --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 5a5298d..b3dff0b 100644 --- a/main.cpp +++ b/main.cpp @@ -5,7 +5,7 @@ IMPLEMENT_APP(MyApp) bool MyApp::OnInit() { - wxImageHandler * pngLoader = new wxPNGHandler(); + wxImageHandler * pngLoader = new wxPNGHandler(); wxImage::AddHandler(pngLoader); Dialog *d = new Dialog((wxWindow *)NULL); -- cgit v1.2.3