summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/unidasm.c')
-rw-r--r--src/tools/unidasm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c
index 92f9844904b..ad38e5ba7bf 100644
--- a/src/tools/unidasm.c
+++ b/src/tools/unidasm.c
@@ -536,7 +536,7 @@ int main(int argc, char *argv[])
if (numbytes == 0)
numbytes = displaychunk;
numchunks = numbytes / displaychunk;
-
+
// non-flipped case
if (!opts.flipped)
{
@@ -582,13 +582,13 @@ int main(int argc, char *argv[])
}
}
}
-
+
// flipped case
else
{
// output the disassembly and address
printf("\t%-40s ; %08X", buffer, curpc);
-
+
// output the raw bytes
if (!opts.norawbytes)
{