From 2a815aa47083c49b9a809056004bd9a01e87221c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Apr 2014 17:12:02 -0600 Subject: Restore trainling whitespace in .patch and .diff files wehre required --- misc/pascal/insn32/popt/polocal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/pascal/insn32/popt/polocal.c') diff --git a/misc/pascal/insn32/popt/polocal.c b/misc/pascal/insn32/popt/polocal.c index 036182372..2af7f6f05 100644 --- a/misc/pascal/insn32/popt/polocal.c +++ b/misc/pascal/insn32/popt/polocal.c @@ -100,7 +100,7 @@ void localOptimization(poffHandle_t poffHandle, initPTable(); /* Outer loop traverse the file op-code by op-code until the oEND P-Code - * has been output. NOTE: it is assumed throughout that oEND is the + * has been output. NOTE: it is assumed throughout that oEND is the * final P-Code in the program data section. */ @@ -195,7 +195,7 @@ static void setupPointer(void) for (pindex = 0; pindex < WINDOW; pindex++) pptr[pindex] = (OPTYPE *) NULL; - nops = 0; + nops = 0; for (pindex = 0; pindex < WINDOW; pindex++) { switch (GETOP(&ptable[pindex])) -- cgit v1.2.3