From 747bff95cad43a4eee4069c6aa0ca37d95e78ba2 Mon Sep 17 00:00:00 2001 From: Gustavo Serra Scalet Date: Mon, 5 Sep 2016 10:30:08 -0300 Subject: [PATCH] PPC64: Fix tab indentation from last commit --- src/lj_ccall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lj_ccall.c b/src/lj_ccall.c index 8d358728..96cb6582 100644 --- a/src/lj_ccall.c +++ b/src/lj_ccall.c @@ -395,8 +395,8 @@ ngpr += 1; /* align GPRs */ \ else if (nsp + 1 <= CCALL_MAXSTACK) \ nsp += 1; /* align save area slots */ \ - else \ - goto err_nyi; /* Too many args */ \ + else \ + goto err_nyi; /* Too many args */ \ goto done; \ } \ } else { /* Try to pass argument in GPRs. */ \