Browse Source

cocoadisplay: Fix a whitespace error

rdb 3 years ago
parent
commit
5751fc6478
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/cocoadisplay/cocoaGraphicsWindow.mm

+ 1 - 1
panda/src/cocoadisplay/cocoaGraphicsWindow.mm

@@ -799,7 +799,7 @@ close_window() {
 
 
   if (_window != nil) {
   if (_window != nil) {
     [_window close];
     [_window close];
-    
+
     // Process events once more so any pending NSEvents are cleared. Not doing
     // Process events once more so any pending NSEvents are cleared. Not doing
     // this causes the window to stick around after calling [_window close].
     // this causes the window to stick around after calling [_window close].
     process_events();
     process_events();