diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-19T03·51+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-19T03·51+0100 |
commit | c7be956f3f5e2b50e3af72a6170a455f20b1643b (patch) | |
tree | 64af49d62c1047ca7b213d3083f88dbd89227b9d /third_party/nix/src/libexpr/eval.cc | |
parent | f8deeb144291e8da1e9bc1f497a67fc9428d7ba2 (diff) |
style(3p/nix/libexpr): Reformat with clang-format r/760
Diffstat (limited to 'third_party/nix/src/libexpr/eval.cc')
-rw-r--r-- | third_party/nix/src/libexpr/eval.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libexpr/eval.cc b/third_party/nix/src/libexpr/eval.cc index 5aefc120e2c7..f33735cc585d 100644 --- a/third_party/nix/src/libexpr/eval.cc +++ b/third_party/nix/src/libexpr/eval.cc @@ -1,4 +1,5 @@ #include "eval.hh" +#include <glog/logging.h> #include <sys/resource.h> #include <sys/time.h> #include <unistd.h> @@ -16,7 +17,6 @@ #include "json.hh" #include "store-api.hh" #include "util.hh" -#include <glog/logging.h> #if HAVE_BOEHMGC |