summaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2020-01-07 23:03:38 -0500
committerJason Merrill <jason@gcc.gnu.org>2020-01-07 23:03:38 -0500
commit54b0c0f0e9786d66a4a3202aa389d92680f02614 (patch)
tree16e83bfac6c89bb986b63cda3620c73c88e84bed /gcc/c-family
parent9e3c1eb77323950fd8d92d618909e558c5ef94ff (diff)
whitespace
From-SVN: r279989
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/c-common.c2
-rw-r--r--gcc/c-family/c-warn.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c
index 832d8a5dcee..e2d4fd0605a 100644
--- a/gcc/c-family/c-common.c
+++ b/gcc/c-family/c-common.c
@@ -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);
diff --git a/gcc/c-family/c-warn.c b/gcc/c-family/c-warn.c
index a41aa65ae4c..bd749579e95 100644
--- a/gcc/c-family/c-warn.c
+++ b/gcc/c-family/c-warn.c
@@ -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);