forked from lix-project/lix
indenting
This commit is contained in:
parent
bc20e54e00
commit
1bda6a01e1
|
@ -1546,7 +1546,7 @@ void EvalState::callFunction(Value & fun, size_t nrArgs, Value * * args, Value &
|
||||||
std::unique_ptr<DebugTraceStacker>(
|
std::unique_ptr<DebugTraceStacker>(
|
||||||
new DebugTraceStacker(
|
new DebugTraceStacker(
|
||||||
*this,
|
*this,
|
||||||
Trace { .pos = lambda.pos,
|
Trace {.pos = lambda.pos,
|
||||||
.hint = hintfmt(
|
.hint = hintfmt(
|
||||||
"while evaluating %s",
|
"while evaluating %s",
|
||||||
(lambda.name.set()
|
(lambda.name.set()
|
||||||
|
|
Loading…
Reference in a new issue