summaryrefslogtreecommitdiff
path: root/misc/pascal/pascal/pffunc.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 17:12:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 17:12:02 -0600
commit2a815aa47083c49b9a809056004bd9a01e87221c (patch)
treee41801257e0cd4e27dc3516d8fd8216104a4c648 /misc/pascal/pascal/pffunc.c
parent638c1a6dc07b438efa220c5345e94c3a963505ca (diff)
downloadnuttx-2a815aa47083c49b9a809056004bd9a01e87221c.tar.gz
nuttx-2a815aa47083c49b9a809056004bd9a01e87221c.tar.bz2
nuttx-2a815aa47083c49b9a809056004bd9a01e87221c.zip
Restore trainling whitespace in .patch and .diff files wehre required
Diffstat (limited to 'misc/pascal/pascal/pffunc.c')
-rw-r--r--misc/pascal/pascal/pffunc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/pascal/pascal/pffunc.c b/misc/pascal/pascal/pffunc.c
index 0820272ae..b2e985016 100644
--- a/misc/pascal/pascal/pffunc.c
+++ b/misc/pascal/pascal/pffunc.c
@@ -129,7 +129,7 @@ exprType builtInFunction(void)
expression(exprReal, NULL);
pas_GenerateFpOperation(fpROUND);
funcType = exprInteger;
- break;
+ break;
case txTRUNC :
getToken(); /* Skip over 'trunc' */
expression(exprReal, NULL);
@@ -447,6 +447,6 @@ static exprType getenvFunc(void)
pas_BuiltInFunctionCall(lbGETENV);
checkRParen();
return exprCString;
-}
+}
/***********************************************************************/