mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
uncrustify formatting
This commit is contained in:
parent
22e6490311
commit
e2f61263eb
6 changed files with 3050 additions and 62 deletions
|
@ -234,7 +234,8 @@ struct ExprLambda : Expr
|
|||
: pos(pos), arg(arg), matchAttrs(matchAttrs), formals(formals), body(body)
|
||||
{
|
||||
if (!arg.empty() && formals && formals->argNames.find(arg) != formals->argNames.end())
|
||||
throw ParseError("duplicate formal function argument '%1%' at %2%", arg, pos); };
|
||||
throw ParseError("duplicate formal function argument '%1%' at %2%", arg, pos);
|
||||
};
|
||||
void setName(Symbol & name);
|
||||
string showNamePos() const;
|
||||
COMMON_METHODS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue