diff options
author | David Robillard <d@drobilla.net> | 2021-08-25 19:10:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-08-25 19:11:45 -0400 |
commit | ce3e164defaa456e425a9b07095f69bc1e913233 (patch) | |
tree | d5b203edb29eb627113715c26d13cf500ed9493b /src/mac.m | |
parent | a356911d2afc34d9091404525df48790967e2b09 (diff) | |
download | pugl-ce3e164defaa456e425a9b07095f69bc1e913233.tar.gz pugl-ce3e164defaa456e425a9b07095f69bc1e913233.tar.bz2 pugl-ce3e164defaa456e425a9b07095f69bc1e913233.zip |
Fix whitespace
Diffstat (limited to 'src/mac.m')
-rw-r--r-- | src/mac.m | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); } |