]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/stmt.c
Remove trailing white spaces.
[thirdparty/gcc.git] / gcc / stmt.c
index 5418fee50a0ad5edfa2b4bf5a79fdf752b7f9a79..14f13812b36ec050b0329a79ab5459e531708eba 100644 (file)
@@ -937,7 +937,7 @@ expand_asm_operands (tree string, tree outputs, tree inputs,
       ASM_OPERANDS_INPUT (body, i) = op;
 
       ASM_OPERANDS_INPUT_CONSTRAINT_EXP (body, i)
-       = gen_rtx_ASM_INPUT (TYPE_MODE (type), 
+       = gen_rtx_ASM_INPUT (TYPE_MODE (type),
                             ggc_strdup (constraints[i + noutputs]));
 
       if (tree_conflicts_with_clobbers_p (val, &clobbered_regs))