From 5ca82aea1c1bf1658e36d1b6ae041e913bc3cd27 Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Fri, 15 Nov 2013 18:45:53 -0700 Subject: [PATCH] Indenting --- BBGE/Cocoa.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BBGE/Cocoa.mm b/BBGE/Cocoa.mm index ba10481..693a809 100644 --- a/BBGE/Cocoa.mm +++ b/BBGE/Cocoa.mm @@ -12,9 +12,9 @@ void cocoaMessageBox(const std::string &title, const std::string &msg) { @autoreleasepool { - NSString *nstitle = @(title.c_str()); - NSString *nsmsg = @(msg.c_str()); - NSRunAlertPanel(nstitle, nsmsg, nil, nil, nil); + NSString *nstitle = @(title.c_str()); + NSString *nsmsg = @(msg.c_str()); + NSRunAlertPanel(nstitle, nsmsg, nil, nil, nil); } }