فهرست منبع

Code formatting

Source commit: b8edd5f444ec9836f3d5727ebd655dc0473a94ab
Martin Prikryl 8 سال پیش
والد
کامیت
c0fd6385cf
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      source/core/Terminal.h

+ 2 - 1
source/core/Terminal.h

@@ -72,7 +72,8 @@ typedef void __fastcall (__closure *TCustomCommandEvent)
 #define FILE_OPERATION_LOOP_BEGIN \
   { \
     bool DoRepeat; \
-    do { \
+    do \
+    { \
       DoRepeat = false; \
       try \