changeset 15:89183953bddc

Delete trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 14 Oct 2021 01:40:24 +0300
parents 84c0facfc43c
children a2a81589380d
files dump.c main.c opcodes.h structures.h
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dump.c	Thu Oct 14 01:38:52 2021 +0300
+++ b/dump.c	Thu Oct 14 01:40:24 2021 +0300
@@ -280,7 +280,7 @@
     }
     else { /* data block */
       for (size = 1; size < maxwidth; size++) { /* determine the size */
-	addr = address + size; 
+	addr = address + size;
 
 	if (GetMemType (addr) == MEM_INSTRUCTION ||
 	    addr != WordTableEnd (addr))
--- a/main.c	Thu Oct 14 01:38:52 2021 +0300
+++ b/main.c	Thu Oct 14 01:40:24 2021 +0300
@@ -553,7 +553,7 @@
 				ok = 0; /* imminent overflow */
 				break;
 			}
-			val = (val * 10) + (Memory[offs] - 48); 
+			val = (val * 10) + (Memory[offs] - 48);
 		}
 
 		if (ok && val > StartAddress && val < EndAddress) {
--- a/opcodes.h	Thu Oct 14 01:38:52 2021 +0300
+++ b/opcodes.h	Thu Oct 14 01:40:24 2021 +0300
@@ -90,7 +90,7 @@
                           "(", "", "", "", "(", "(", "(", "(" };
 
 /* static char *postfix[] = { " A", "", "", "", ",X", ",Y", ",X", ",Y", */
-static char *postfix[] = { "", "", "", "", ",x", ",y", ",x", ",y", 
+static char *postfix[] = { "", "", "", "", ",x", ",y", ",x", ",y",
                            ",x)", "", "", "", ",x)", "),y", ")", ")" };
 #endif /* _DUMP_C_ */
 
--- a/structures.h	Thu Oct 14 01:38:52 2021 +0300
+++ b/structures.h	Thu Oct 14 01:40:24 2021 +0300
@@ -65,7 +65,7 @@
       (MemType[((ADDR_T)address) / (4 * sizeof *MemType)] &     \
        ~(3 << ((address % (4 * sizeof *MemType)) << 1))) |      \
       (type << ((address % (4 * sizeof *MemType)) << 1)))
- 
+
 /* The table consists of bit pairs with the following values: */
 
 #define MEM_UNPROCESSED 0 /* the memory place has not been processed yet */