summaryrefslogtreecommitdiff
path: root/rdoff/rdoff.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-19 14:42:29 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-19 14:42:29 -0700
commit7065309739ef398af07e470469f1ae6f0580200c (patch)
treea8d6e0e99b14899193014a87e80f013606a0d504 /rdoff/rdoff.c
parent31420e76d1e333825df39964888089181ccf8129 (diff)
downloadnasm-7065309739ef398af07e470469f1ae6f0580200c.tar.gz
Formatting: kill off "stealth whitespace"
"Stealth whitespace" makes it harder to read diffs, and just generally cause unwanted weirdness. Do a source-wide pass to get rid of it.
Diffstat (limited to 'rdoff/rdoff.c')
-rw-r--r--rdoff/rdoff.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdoff/rdoff.c b/rdoff/rdoff.c
index 25394996..8201c72c 100644
--- a/rdoff/rdoff.c
+++ b/rdoff/rdoff.c
@@ -1,4 +1,4 @@
-/* rdoff.c library of routines for manipulating rdoff files
+/* rdoff.c library of routines for manipulating rdoff files
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is
@@ -135,10 +135,10 @@ void freemembuf(memorybuffer * b)
General purpose routines and variables used by the library functions
========================================================================= */
-/*
+/*
* translateint32_t() and translateint16_t()
*
- * translate from little endian to local representation
+ * translate from little endian to local representation
*/
int32_t translateint32_t(int32_t in)
{