From: Uros Bizjak Date: Tue, 24 Jul 2012 16:52:46 +0000 (+0200) Subject: * config/i386/i386.c: Fix whitespace. X-Git-Tag: releases/gcc-4.8.0~4299 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1101ed57cfbfc79709ab302689a4568a6e95cd1f;p=thirdparty%2Fgcc.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 efad32c728ad..42391fff722a 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);