aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-25 19:10:20 -0400
committerDavid Robillard <d@drobilla.net>2021-08-25 19:11:45 -0400
commitce3e164defaa456e425a9b07095f69bc1e913233 (patch)
treed5b203edb29eb627113715c26d13cf500ed9493b /src
parenta356911d2afc34d9091404525df48790967e2b09 (diff)
downloadpugl-ce3e164defaa456e425a9b07095f69bc1e913233.tar.gz
pugl-ce3e164defaa456e425a9b07095f69bc1e913233.tar.bz2
pugl-ce3e164defaa456e425a9b07095f69bc1e913233.zip
Fix whitespace
Diffstat (limited to 'src')
-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);
}