* Source/x11/XGServerEvent.m (_handleTakeFocusAtom:forContext:):

space before argument was added.
This commit is contained in:
Sergii Stoian 2020-09-17 12:00:38 +03:00
parent df32af71fc
commit fa4549e522

View file

@ -1983,7 +1983,7 @@ posixFileDescriptor: (NSPosixFileDescriptor*)fileDescriptor
state - it's time to unhide. There's no other method to
tell us to unhide. */
NSDebugLLog(@"Focus", @"WM take focus while hidden - unhiding.");
[NSApp unhide:nil];
[NSApp unhide: nil];
}
else
{