summaryrefslogtreecommitdiff
path: root/misc/pascal/pascal/punit.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/punit.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/punit.c')
-rw-r--r--misc/pascal/pascal/punit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/pascal/pascal/punit.c b/misc/pascal/pascal/punit.c
index 00b74e18b..a131d9540 100644
--- a/misc/pascal/pascal/punit.c
+++ b/misc/pascal/pascal/punit.c
@@ -355,7 +355,7 @@ static void interfaceSection(void)
/* Process the exported-heading
*
- * FORM: exported-heading =
+ * FORM: exported-heading =
* procedure-heading ';' [ directive ] |
* function-heading ';' [ directive ]
*/
@@ -458,8 +458,8 @@ static void exportedProcedureHeading(void)
if (token != ';') error (eSEMICOLON);
else getToken();
- /* If we are compiling a program or unit that "imports" the
- * procedure then generate the appropriate symbol table entries
+ /* If we are compiling a program or unit that "imports" the
+ * procedure then generate the appropriate symbol table entries
* in the output file to support relocation when the external
* procedure is called.
*/
@@ -573,8 +573,8 @@ static void exportedFunctionHeading(void)
if (token != ';') error (eSEMICOLON);
else getToken();
- /* If we are compiling a program or unit that "imports" the
- * function then generate the appropriate symbol table entries
+ /* If we are compiling a program or unit that "imports" the
+ * function then generate the appropriate symbol table entries
* in the output file to support relocation when the external
* function is called.
*/