fixed indentation

This commit is contained in:
Yashas 2017-01-14 19:34:22 +05:30 committed by GitHub
parent 602178a0b5
commit fa86f8f6cb

View File

@ -751,7 +751,7 @@ SC_FUNC int assemble(FILE *fout,FILE *fin)
if ((sym->usage & uSTOCK) != 0) {
if ((sym->usage & (uREAD | uWRITTEN)) != 0)
match = ++numpubvars;
}
} /* if */
else match = ++numpubvars;
} /* if */
} /* if */