aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac.m')
-rw-r--r--src/mac.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mac.m b/src/mac.m
index 1b33bcb..840c602 100644
--- a/src/mac.m
+++ b/src/mac.m
@@ -1238,7 +1238,8 @@ puglUpdate(PuglWorld* world, const double timeout)
untilDate:date
inMode:NSDefaultRunLoopMode
dequeue:YES]);) {
- if ([ev type] == NSApplicationDefined && [ev subtype] == (NSEventSubtype)PUGL_CLIENT) {
+ if ([ev type] == NSApplicationDefined &&
+ [ev subtype] == (NSEventSubtype)PUGL_CLIENT) {
dispatchClientEvent(world, ev);
}