PPC64: Fix tab indentation from last commit

This commit is contained in:
Gustavo Serra Scalet 2016-09-05 10:30:08 -03:00
parent f7dcabbe36
commit 747bff95ca

View File

@ -395,8 +395,8 @@
ngpr += 1; /* align GPRs */ \ ngpr += 1; /* align GPRs */ \
else if (nsp + 1 <= CCALL_MAXSTACK) \ else if (nsp + 1 <= CCALL_MAXSTACK) \
nsp += 1; /* align save area slots */ \ nsp += 1; /* align save area slots */ \
else \ else \
goto err_nyi; /* Too many args */ \ goto err_nyi; /* Too many args */ \
goto done; \ goto done; \
} \ } \
} else { /* Try to pass argument in GPRs. */ \ } else { /* Try to pass argument in GPRs. */ \