瀏覽代碼

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 \