ui/app: fix indent

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-20 12:51:13 +02:00
parent d2132fce3b
commit 9c9656e729
+1 -1
View File
@@ -238,7 +238,7 @@ NSArray<UIKeyCommand *> *_keyCommands;
void gio_setAnimating(CFTypeRef viewRef, int anim) {
GioView *view = (__bridge GioView *)viewRef;
dispatch_async(dispatch_get_main_queue(), ^{
[view setAnimating:(anim ? YES : NO)];
[view setAnimating:(anim ? YES : NO)];
});
}