whitespace
authorJason Merrill <jason@gcc.gnu.org>
Wed, 8 Jan 2020 04:03:38 +0000 (23:03 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 8 Jan 2020 04:03:38 +0000 (23:03 -0500)
From-SVN: r279989

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);