diff options
Diffstat (limited to 'gas/config/tc-ns32k.h')
-rw-r--r-- | gas/config/tc-ns32k.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-ns32k.h b/gas/config/tc-ns32k.h index 3fc58ef..00a3d20 100644 --- a/gas/config/tc-ns32k.h +++ b/gas/config/tc-ns32k.h @@ -111,7 +111,7 @@ struct { \ frag_opcode_offset (X) = 0; \ frag_bsr (X) = 0; \ } \ - while(0) + while (0) /* Accessor macros for things which may move around */ #define frag_opcode_frag(X) (X)->tc_frag_data.fr_opcode_fragP @@ -141,14 +141,14 @@ struct \ fix_opcode_offset(X) = 0; \ fix_bsr(X) = 0; \ } \ - while(0) + while (0) #define TC_FIX_DATA_PRINT(FILE, FIXP) \ do \ { \ - fprintf((FILE), "opcode_frag=%ld, operand offset=%d, bsr=%d\n", \ + fprintf ((FILE), "opcode_frag=%ld, operand offset=%d, bsr=%d\n", \ (unsigned long) fix_opcode_frag (FIXP), \ fix_opcode_offset (FIXP), \ fix_bsr (FIXP)); \ } \ - while(0) + while (0) |