From ce3e164defaa456e425a9b07095f69bc1e913233 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Aug 2021 19:10:20 -0400 Subject: Fix whitespace --- src/mac.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.1