From 1101ed57cfbfc79709ab302689a4568a6e95cd1f Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 24 Jul 2012 18:52:46 +0200 Subject: [PATCH] * config/i386/i386.c: Fix whitespace. From-SVN: r189814 --- gcc/config/i386/i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index efad32c..42391ff 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); -- 2.7.4