diff options
author | rubidium <rubidium@openttd.org> | 2013-01-01 10:52:32 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-01-01 10:52:32 +0000 |
commit | d5d96ba6835c3cd53ddf0b0d1f022f1d8686abe6 (patch) | |
tree | a8962fbf0b4cb46010c271132c5ce35ae22078d2 /src/video | |
parent | 76a41cf88d668abde3aed2606586933ac9d7e4a9 (diff) | |
download | openttd-d5d96ba6835c3cd53ddf0b0d1f022f1d8686abe6.tar.xz |
(svn r24877) -Fix: some whitespace "errors"
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/cocoa/cocoa_v.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm index 9045f3262..9e883928b 100644 --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -548,8 +548,8 @@ void cocoaReleaseAutoreleasePool() driver = drv; } /** - * Minimize the window - */ + * Minimize the window + */ - (void)miniaturize:(id)sender { /* make the alpha channel opaque so anim won't have holes in it */ |