SLUDGE: code formatting for **

This commit is contained in:
yinsimei 2017-07-11 00:07:40 +02:00 committed by Eugene Sandulenko
parent 38262ad630
commit 9d349e794e
14 changed files with 26 additions and 26 deletions

View file

@ -555,7 +555,7 @@ variable *stackGetByIndex(variableStack *vS, uint theIndex) {
}
int deleteVarFromStack(const variable &va, variableStack *&thisStack, bool allOfEm) {
variableStack * * huntVar = &thisStack;
variableStack **huntVar = &thisStack;
variableStack *killMe;
int reply = 0;