From 42bdaacca62ad5760e5d46315f1e6dc2bcc3fd96 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 10 Aug 2020 17:58:35 +0100 Subject: style(tvix): Sort out minor formatting errors Invocations of the MakeError macro that were not followed by a semicolon messed up indentation in the next lines. Change-Id: I03d7d1443f062a38af2c7da3da8928e0ed05e274 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1708 Tested-by: BuildkiteCI Reviewed-by: kanepyork --- third_party/nix/src/libstore/build.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/nix/src/libstore') diff --git a/third_party/nix/src/libstore/build.cc b/third_party/nix/src/libstore/build.cc index c48e1abd72..6aad99b37a 100644 --- a/third_party/nix/src/libstore/build.cc +++ b/third_party/nix/src/libstore/build.cc @@ -1530,9 +1530,9 @@ void replaceValidPath(const Path& storePath, const Path& tmpPath) { deletePath(oldPath); } -MakeError(NotDeterministic, BuildError) +MakeError(NotDeterministic, BuildError); - void DerivationGoal::buildDone() { +void DerivationGoal::buildDone() { trace("build done"); /* Release the build user at the end of this function. We don't do -- cgit 1.4.1