Format
This commit is contained in:
parent
c7a5d3c5f1
commit
786672e19d
|
@ -1040,7 +1040,8 @@ public:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static Function* nestedInFunction(const Scope* scope) {
|
static Function* nestedInFunction(const Scope* scope)
|
||||||
|
{
|
||||||
while (scope) {
|
while (scope) {
|
||||||
if (scope->type == Scope::eFunction)
|
if (scope->type == Scope::eFunction)
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue