clang-format

pull/573/head
Tatsuhiro Tsujikawa 2016-02-16 00:20:12 +09:00
parent 8d30869966
commit a6970895ac
1 changed files with 2 additions and 2 deletions

View File

@ -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