whitespace
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Jan 2020 04:03:38 +0000 (04:03 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Jan 2020 04:03:38 +0000 (04:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@279989 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-family/c-common.c
gcc/c-family/c-warn.c

index 832d8a5dcee7ee98b1b6e9cd075935fe152154f5..e2d4fd0605a4423d2e50b289dd21192f5183deca 100644 (file)
@@ -1328,7 +1328,7 @@ unsafe_conversion_p (location_t loc, tree type, tree expr, tree result,
   bool cstresult = (result
                    && TREE_CODE_CLASS (TREE_CODE (result)) == tcc_constant);
 
-    loc = expansion_point_location_if_in_system_header (loc);
+  loc = expansion_point_location_if_in_system_header (loc);
 
   expr = fold_for_warn (expr);
 
index a41aa65ae4cdf9137a0b5fdd4d4c65bf911f7cd7..bd749579e9537db791bed5d412d55afcd8996126 100644 (file)
@@ -1221,7 +1221,7 @@ conversion_warning (location_t loc, tree type, tree expr, tree result)
        break;
       }
     case COND_EXPR:
-         {
+      {
        /* In case of COND_EXPR, we do not care about the type of
           COND_EXPR, only about the conversion of each operand.  */
        tree op1 = TREE_OPERAND (expr, 1);
This page took 0.109382 seconds and 5 git commands to generate.