diff options
author | Nomis101 <[email protected]> | 2019-11-01 21:34:54 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2019-11-04 22:41:20 +0000 |
commit | 20fe4b6ebd371b96af85090b3a23c7a14b405bdf (patch) | |
tree | 57dbfd4f586427c77d71948b7520f5c9215d2543 /macosx/HBApplication.m | |
parent | da9aa8ba4214c711efaaac54c0d4fec2103cb9a8 (diff) |
Gardening: Clean up trailing whitespace
Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files.
Diffstat (limited to 'macosx/HBApplication.m')
-rw-r--r-- | macosx/HBApplication.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBApplication.m b/macosx/HBApplication.m index dcd934030..faf931368 100644 --- a/macosx/HBApplication.m +++ b/macosx/HBApplication.m @@ -26,7 +26,7 @@ static void CrashMyApplication() [result appendAttributedString:attrS]; } [result addAttribute:NSFontAttributeName value:[NSFont fontWithName:@"Monaco" size:10] range:NSMakeRange(0, result.length)]; - return result; + return result; } - (void)reportException:(NSException *)exception @@ -58,7 +58,7 @@ static void CrashMyApplication() @catch (NSException *e) { // Suppress any exceptions raised in the handling - } + } } @end |