From d2bf073334d551d7a485ad341b8895994837404e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 27 Apr 2014 09:47:07 -0700 Subject: [PATCH] Format. --- format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {