summaryrefslogtreecommitdiff
path: root/misc/pascal/include
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/include
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/include')
-rw-r--r--misc/pascal/include/perr.h2
-rw-r--r--misc/pascal/include/podefs.h2
-rw-r--r--misc/pascal/include/poff.h4
-rw-r--r--misc/pascal/include/pofflib.h2
-rw-r--r--misc/pascal/include/pxdefs.h4
5 files changed, 7 insertions, 7 deletions
diff --git a/misc/pascal/include/perr.h b/misc/pascal/include/perr.h
index a272ce89c..1e3fe42dc 100644
--- a/misc/pascal/include/perr.h
+++ b/misc/pascal/include/perr.h
@@ -46,7 +46,7 @@
/***********************************************************************
* Public Function Prototypes
***********************************************************************/
-
+
extern void errmsg(char *fmt, ...);
extern void warn(uint16_t errcode);
extern void error(uint16_t errcode);
diff --git a/misc/pascal/include/podefs.h b/misc/pascal/include/podefs.h
index fc25d62a4..a301b7956 100644
--- a/misc/pascal/include/podefs.h
+++ b/misc/pascal/include/podefs.h
@@ -170,7 +170,7 @@ enum pcode_e
/* Store: arg1 = level; arg2 = signed frame offset */
- opSTS, opSTSB, opSTSM,
+ opSTS, opSTSB, opSTSM,
/* Load Indexed: arg1 = level; arg2 = signed frame offset */
diff --git a/misc/pascal/include/poff.h b/misc/pascal/include/poff.h
index 7cc33b290..00cc5c8b0 100644
--- a/misc/pascal/include/poff.h
+++ b/misc/pascal/include/poff.h
@@ -256,7 +256,7 @@ struct poffSectionHeader_s
/* sh_name is an offset into the string table section data.
* It refers to a name associated with section.
*/
-
+
uint32_t sh_name;
/* If the section is loaded into memory (SHF_ALLOC), then this
@@ -330,7 +330,7 @@ struct poffSymbol_s
/* st_name is an offset into the string table section data.
* It refers to a name associated with symbol.
*/
-
+
uint32_t st_name;
/* st_value is the value associated with symbol. For defined data
diff --git a/misc/pascal/include/pofflib.h b/misc/pascal/include/pofflib.h
index 3547fca60..0f547d9ae 100644
--- a/misc/pascal/include/pofflib.h
+++ b/misc/pascal/include/pofflib.h
@@ -90,7 +90,7 @@ struct poffLibSymbol_s
/* name is a reference to the symbol name in the string table
* section data.
*/
-
+
const char *name;
/* value is the value associated with symbol. For defined data
diff --git a/misc/pascal/include/pxdefs.h b/misc/pascal/include/pxdefs.h
index 8c9ab834d..66eedd609 100644
--- a/misc/pascal/include/pxdefs.h
+++ b/misc/pascal/include/pxdefs.h
@@ -126,7 +126,7 @@
#define lbCSTR2RSTR (0x0004)
/* Convert a string to a numeric value
- * procedure val(const s : string; var v; var code : word);
+ * procedure val(const s : string; var v; var code : word);
*
* Description:
* val() converts the value represented in the string S to a numerical
@@ -222,7 +222,7 @@
* TOS(3)=length of string1
* TOS(4)=address of string1 data
* ON OUTPUT
- * TOS(0)=(-1=less than, 0=equal, 1=greater than}
+ * TOS(0)=(-1=less than, 0=equal, 1=greater than}
*/
#define lbSTRCMP (0x000b)