summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/nxflat/readnxflat.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 17:54:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 17:54:59 -0600
commit72a9bdf3ac545e09de89671a5db3a4b6c19d1e1e (patch)
tree08d8934927e29f006cec36485d0ed9a53aea6d9e /misc/buildroot/toolchain/nxflat/readnxflat.c
parent1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6 (diff)
downloadnuttx-72a9bdf3ac545e09de89671a5db3a4b6c19d1e1e.tar.gz
nuttx-72a9bdf3ac545e09de89671a5db3a4b6c19d1e1e.tar.bz2
nuttx-72a9bdf3ac545e09de89671a5db3a4b6c19d1e1e.zip
Removing more trailing whitespace
Diffstat (limited to 'misc/buildroot/toolchain/nxflat/readnxflat.c')
-rw-r--r--misc/buildroot/toolchain/nxflat/readnxflat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/buildroot/toolchain/nxflat/readnxflat.c b/misc/buildroot/toolchain/nxflat/readnxflat.c
index e19e2d699..e39a02053 100644
--- a/misc/buildroot/toolchain/nxflat/readnxflat.c
+++ b/misc/buildroot/toolchain/nxflat/readnxflat.c
@@ -67,7 +67,7 @@
/***********************************************************************
* Definitions
***********************************************************************/
-
+
#define NXFLAT_HDR_SIZE sizeof(struct nxflat_hdr_s)
/***********************************************************************
@@ -456,7 +456,7 @@ static void dump_relocation_entries(FILE * in_stream, struct nxflat_hdr_s *heade
}
exit(1);
}
-
+
#ifdef RELOCS_IN_NETWORK_ORDER
{
u_int32_t *ptmp;