Просмотр исходного кода

cocoadisplay: Fix a whitespace error

rdb 3 лет назад
Родитель
Сommit
5751fc6478
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/cocoadisplay/cocoaGraphicsWindow.mm

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

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