aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/detail/mac_stub.m
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_stub.m
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_stub.m')
-rw-r--r--include/pugl/detail/mac_stub.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pugl/detail/mac_stub.m b/include/pugl/detail/mac_stub.m
index 8271735..e6aa895 100644
--- a/include/pugl/detail/mac_stub.m
+++ b/include/pugl/detail/mac_stub.m
@@ -35,7 +35,7 @@
PuglView* puglview;
}
-- (void) resizeWithOldSuperviewSize:(NSSize)oldSize
+- (void)resizeWithOldSuperviewSize:(NSSize)oldSize
{
PuglWrapperView* wrapper = (PuglWrapperView*)[self superview];
@@ -43,7 +43,7 @@
[wrapper setReshaped];
}
-- (void) drawRect:(NSRect)rect
+- (void)drawRect:(NSRect)rect
{
PuglWrapperView* wrapper = (PuglWrapperView*)[self superview];