Commit d2bf0733 authored by Victor Zverovich's avatar Victor Zverovich

Format.

parent 83a7b79c
......@@ -1591,7 +1591,7 @@ inline Formatter<Write> 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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment