diff --git a/format.h b/format.h index 744dbafa..785cb539 100644 --- a/format.h +++ b/format.h @@ -1591,7 +1591,7 @@ inline Formatter Print(StringRef format) { return f; } -enum Color {BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE}; +enum Color { BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE }; /** A formatting action that writes colored output to stdout. */ class ColorWriter {