]> granicus.if.org Git - handbrake/commitdiff
MacGui: cosmetics.
authorritsuka <damiog@gmail.com>
Thu, 7 May 2015 15:29:06 +0000 (15:29 +0000)
committerritsuka <damiog@gmail.com>
Thu, 7 May 2015 15:29:06 +0000 (15:29 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7161 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBApplication.m

index d725b1badf1f73d6393a197fcab5b32887590a1e..2e07071287485c6db816e0c8fa5ab828bc521345 100644 (file)
@@ -36,7 +36,7 @@ static void CrashMyApplication()
     {
         @autoreleasepool
         {
-        // Create a string based on the exception
+            // Create a string based on the exception
             NSString *exceptionMessage = [NSString stringWithFormat:@"%@\nReason: %@\nUser Info: %@", exception.name, exception.reason, exception.userInfo];
             // Always log to console for history