diff options
author | David Robillard <d@drobilla.net> | 2020-05-16 21:18:01 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-05-16 21:18:01 +0200 |
commit | 3200cda25e06887e809fc5b47780aaf950253172 (patch) | |
tree | fb3246f47cefb355602b1862c0fdadb24d7b8a0c /pugl | |
parent | a4ac15c1ee94e3a41f2bd799f6d1779428109a76 (diff) | |
download | pugl-3200cda25e06887e809fc5b47780aaf950253172.tar.gz pugl-3200cda25e06887e809fc5b47780aaf950253172.tar.bz2 pugl-3200cda25e06887e809fc5b47780aaf950253172.zip |
Fix indentation
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/detail/mac.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pugl/detail/mac.m b/pugl/detail/mac.m index d0b1ba6..52417e6 100644 --- a/pugl/detail/mac.m +++ b/pugl/detail/mac.m @@ -120,9 +120,9 @@ updateViewRect(PuglView* view) (void)flag; NSWindow* result = [super initWithContentRect:contentRect - styleMask:aStyle - backing:bufferingType - defer:NO]; + styleMask:aStyle + backing:bufferingType + defer:NO]; [result setAcceptsMouseMovedEvents:YES]; return (PuglWindow*)result; |