`clang-format -i -style=file *.cc *.h`

Change-Id: I62a87c5d8309b21265e904c0aeb9b3e094c9024a
diff --git a/command.h b/command.h
index 6e2df6a..5e86333 100644
--- a/command.h
+++ b/command.h
@@ -25,9 +25,7 @@
 class Evaluator;
 
 struct Command {
-  explicit Command(Symbol o)
-      : output(o), echo(true), ignore_error(false) {
-  }
+  explicit Command(Symbol o) : output(o), echo(true), ignore_error(false) {}
   Symbol output;
   string cmd;
   bool echo;