From 54b0c0f0e9786d66a4a3202aa389d92680f02614 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 7 Jan 2020 23:03:38 -0500 Subject: [PATCH] whitespace From-SVN: r279989 --- gcc/c-family/c-common.c | 2 +- gcc/c-family/c-warn.c | 2 +- 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); -- 2.30.2