From 4595abd7414e24a3dfc85f5d11ce051623408744 Mon Sep 17 00:00:00 2001 From: Daniel Loffgren Date: Mon, 8 Feb 2016 09:56:24 +0000 Subject: [PATCH] Indentation git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@87 64f78de7-aa59-e511-a0e8-0002a5492df0 --- apple1/pia.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apple1/pia.c b/apple1/pia.c index 4e92183..d793435 100644 --- a/apple1/pia.c +++ b/apple1/pia.c @@ -13,10 +13,10 @@ #include #include -#define FIXME_I_SHOULDNT_BE_NULL NULL -#define KEYBOARD_READY 0xFF // This just needs to meet the requirements of being a negative number in the eyes of the 6502 -#define KEYBOARD_NOTREADY 0x00 -#define ANSI_BGCOLOR_GREEN "\x1b[42;1m" +#define FIXME_I_SHOULDNT_BE_NULL NULL +#define KEYBOARD_READY 0xFF // This just needs to meet the requirements of being a negative number in the eyes of the 6502 +#define KEYBOARD_NOTREADY 0x00 +#define ANSI_BGCOLOR_GREEN "\x1b[42;1m" void saveFreeze(a1pia *pia, const char *fname) { FILE *f = fopen(fname, "w");