style(3p/nix): Reformat project in Google C++ style
Reformatted with:
fd . -e hh -e cc | xargs clang-format -i
This commit is contained in:
parent
65a1aae98c
commit
0f2cf531f7
175 changed files with 32126 additions and 34689 deletions
9
third_party/nix/src/nix-env/user-env.hh
vendored
9
third_party/nix/src/nix-env/user-env.hh
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue