diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-09-02T14·29+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-09-02T14·29+0200 |
commit | 33972629d76b1b1059de5b89ce68ef37dce45cbd (patch) | |
tree | 97e1a36a5fa4881c3a87f0ea51268a2b284a985e /src/libexpr/attr-path.cc | |
parent | ac1b75413821c9ebaf317fb3fe1c695599e93818 (diff) |
Fix whitespace
Diffstat (limited to 'src/libexpr/attr-path.cc')
-rw-r--r-- | src/libexpr/attr-path.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libexpr/attr-path.cc b/src/libexpr/attr-path.cc index 45794a62d5dc..2b72fea7eb8e 100644 --- a/src/libexpr/attr-path.cc +++ b/src/libexpr/attr-path.cc @@ -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]; } - + } } - + } |