From: Ian Lance Taylor Date: Wed, 22 Apr 1998 16:05:56 +0000 (+0000) Subject: fix indentation in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c9272025e4bca2c796fa1896a3b2a74c7bb4e2e;p=binutils-gdb.git fix indentation in comment --- diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index e119f697414..ec1b05cfb30 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1408,8 +1408,8 @@ md_assemble (line) /* Select between byte and word/dword operations. */ if (i.tm.opcode_modifier & W) i.tm.base_opcode |= W; - /* Now select between word & dword operations via the - operand size prefix. */ + /* Now select between word & dword operations via the operand + size prefix. */ if ((i.suffix == WORD_OPCODE_SUFFIX) ^ flag_16bit_code) { if (! check_prefix (WORD_PREFIX_OPCODE))