From 0f2cf531f705d370321843e5ba9135b2ebdb5d19 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 17 May 2020 16:31:57 +0100 Subject: style(3p/nix): Reformat project in Google C++ style Reformatted with: fd . -e hh -e cc | xargs clang-format -i --- third_party/nix/src/nix-env/user-env.hh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'third_party/nix/src/nix-env/user-env.hh') diff --git a/third_party/nix/src/nix-env/user-env.hh b/third_party/nix/src/nix-env/user-env.hh index f188efe9b4a9..6111b21c353d 100644 --- a/third_party/nix/src/nix-env/user-env.hh +++ b/third_party/nix/src/nix-env/user-env.hh @@ -4,10 +4,9 @@ namespace nix { -DrvInfos queryInstalled(EvalState & state, const Path & userEnv); +DrvInfos queryInstalled(EvalState& state, const Path& userEnv); -bool createUserEnv(EvalState & state, DrvInfos & elems, - const Path & profile, bool keepDerivations, - const string & lockToken); +bool createUserEnv(EvalState& state, DrvInfos& elems, const Path& profile, + bool keepDerivations, const string& lockToken); -} +} // namespace nix -- cgit 1.4.1