From: Uros Bizjak Date: Tue, 24 Jul 2012 16:52:46 +0000 (+0200) Subject: * config/i386/i386.c: Fix whitespace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1101ed57cfbfc79709ab302689a4568a6e95cd1f;p=gcc.git * config/i386/i386.c: Fix whitespace. From-SVN: r189814 --- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index efad32c728a..42391fff722 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -14094,7 +14094,7 @@ ix86_print_operand (FILE *file, rtx x, int code) output_address (x); return; - + case 'L': if (ASSEMBLER_DIALECT == ASM_ATT) putc ('l', file);