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/nixexpr.hh | |
parent | ac1b75413821c9ebaf317fb3fe1c695599e93818 (diff) |
Fix whitespace
Diffstat (limited to 'src/libexpr/nixexpr.hh')
-rw-r--r-- | src/libexpr/nixexpr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/nixexpr.hh b/src/libexpr/nixexpr.hh index 69372a77b64c..8733b9c7877c 100644 --- a/src/libexpr/nixexpr.hh +++ b/src/libexpr/nixexpr.hh @@ -114,7 +114,7 @@ struct VarRef /* Whether the variable comes from an environment (e.g. a rec, let or function argument) or from a "with". */ bool fromWith; - + /* In the former case, the value is obtained by going `level' levels up from the current environment and getting the `displ'th value in that environment. In the latter case, the |