浏览代码

clang-format

Tatsuhiro Tsujikawa 9 年之前
父节点
当前提交
a6970895ac
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/WinConsoleFile.cc

+ 2 - 2
src/WinConsoleFile.cc

@@ -62,7 +62,7 @@ const WORD kForeground[] = {
     FOREGROUND_WHITE                    // white
 };
 
-const int kForegroundSize = sizeof (kForeground) / sizeof (kForeground[0]);
+const int kForegroundSize = sizeof(kForeground) / sizeof(kForeground[0]);
 
 const WORD kBackground[] = {
     BACKGROUND_BLACK,                   // black
@@ -75,7 +75,7 @@ const WORD kBackground[] = {
     BACKGROUND_WHITE                    // white
 };
 
-const int kBackgroundSize = sizeof (kBackground) / sizeof (kBackground[0]);
+const int kBackgroundSize = sizeof(kBackground) / sizeof(kBackground[0]);
 
 } // namespace