mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
Fix whitespace
This commit is contained in:
parent
ac1b754138
commit
33972629d7
8 changed files with 82 additions and 82 deletions
|
@ -18,7 +18,7 @@ void findAlongAttrPath(EvalState & state, const string & attrPath,
|
|||
string curPath;
|
||||
|
||||
state.mkThunk_(v, e);
|
||||
|
||||
|
||||
foreach (Strings::iterator, i, tokens) {
|
||||
|
||||
if (!curPath.empty()) curPath += ".";
|
||||
|
@ -65,9 +65,9 @@ void findAlongAttrPath(EvalState & state, const string & attrPath,
|
|||
|
||||
v = *v.list.elems[attrIndex];
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue