commit | 3ce083f01d6e62e9fb9b328e312d97a074fe6128 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Oct 11 22:17:48 2017 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Oct 11 22:20:49 2017 -0700 |
tree | c7f3d604ed57e0afb6eb591c1e531fd5373b2036 | |
parent | bf6a27c3d31d1f0143e62461058a6d81b2242fbe [diff] [blame] |
`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;