From d6b64e2574bb4bc3c19e472b83073ff4d8786df2 Mon Sep 17 00:00:00 2001 From: gus knight Date: Mon, 27 Jul 2015 14:14:41 -0400 Subject: Clean up lots of rogue tabs. Still some more tabs to be taken care of. arm-gen.c and tcccoff.c have so many style issues that I'm just going to throw clang-format at them. --- coff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coff.h') diff --git a/coff.h b/coff.h index b46701a..63edfe2 100644 --- a/coff.h +++ b/coff.h @@ -370,7 +370,7 @@ struct syment #define INCREF_COFF(x) ((((x)&~N_BTMASK_COFF)<>N_TSHIFT_COFF)&~N_BTMASK_COFF)|((x)&N_BTMASK_COFF)) - + /*------------------------------------------------------------------------*/ /* AUXILIARY SYMBOL ENTRY */ /*------------------------------------------------------------------------*/ -- cgit v1.3.1