From 88cfc463ec35b636f080fe0abca04b42440c139b Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sat, 13 Jul 2019 04:57:46 -0700 Subject: [PATCH] Indent and space fixes. --- src/common/fastmem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/fastmem.c b/src/common/fastmem.c index e0e382c..48a8fbc 100644 --- a/src/common/fastmem.c +++ b/src/common/fastmem.c @@ -224,7 +224,7 @@ void init_memory (void) { ZORK1, 2, "AS000C" }, { ZORK1, 5, "" }, { ZORK1, 15, "UG3AU5" }, - { ZORK1, 20, "" }, + { ZORK1, 20, "" }, { ZORK1, 23, "820428" }, { ZORK1, 25, "820515" }, { ZORK1, 26, "820803" }, @@ -332,7 +332,7 @@ void init_memory (void) { ZORK_ZERO, 0, "870831" }, { ZORK_ZERO, 1, "871030" }, { ZORK_ZERO, 74, "880114" }, - { ZORK_ZERO, 96, "880224" }, + { ZORK_ZERO, 96, "880224" }, { ZORK_ZERO, 153, "880510" }, { ZORK_ZERO, 242, "880830" }, { ZORK_ZERO, 242, "880901" }, @@ -354,7 +354,7 @@ void init_memory (void) { ARTHUR, 74, "890714" }, { JOURNEY, 46, "880603" }, { JOURNEY, 2, "890303" }, - { JOURNEY, 26, "890316" }, + { JOURNEY, 26, "890316" }, { JOURNEY, 30, "890322" }, { JOURNEY, 51, "890522" }, { JOURNEY, 54, "890526" }, -- 2.34.1