cmMakefile: Don't use else after return.
This commit is contained in:
parent
c42f0e2b3e
commit
bdd1aa91ae
|
@ -126,11 +126,8 @@ public:
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// First localize the definition in the current scope.
|
// First localize the definition in the current scope.
|
||||||
this->GetDefinition(var);
|
this->GetDefinition(var);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue