aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/detail/mac.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-21 15:15:34 +0200
committerDavid Robillard <d@drobilla.net>2020-10-21 15:43:29 +0200
commit641a48427055b4a0e3765fb4bcbeba0e8ce01862 (patch)
tree00dcb04bc60bb3f61fa17f538cacd99e500ab2f0 /include/pugl/detail/mac.h
parent95beec3f3d9c06cd015eea01b9c3608237ae102c (diff)
downloadpugl-641a48427055b4a0e3765fb4bcbeba0e8ce01862.tar.gz
pugl-641a48427055b4a0e3765fb4bcbeba0e8ce01862.tar.bz2
pugl-641a48427055b4a0e3765fb4bcbeba0e8ce01862.zip
Cleanup: Use conventional style for ObjC methods
Diffstat (limited to 'include/pugl/detail/mac.h')
-rw-r--r--include/pugl/detail/mac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pugl/detail/mac.h b/include/pugl/detail/mac.h
index 55f24ca..d31eb91 100644
--- a/include/pugl/detail/mac.h
+++ b/include/pugl/detail/mac.h
@@ -31,14 +31,14 @@
@interface PuglWrapperView : NSView<NSTextInputClient>
-- (void) dispatchExpose:(NSRect)rect;
-- (void) setReshaped;
+- (void)dispatchExpose:(NSRect)rect;
+- (void)setReshaped;
@end
@interface PuglWindow : NSWindow
-- (void) setPuglview:(PuglView*)view;
+- (void)setPuglview:(PuglView*)view;
@end