[gcc/devel/c++-coroutines] whitespace
Iain D Sandoe
iains@gcc.gnu.org
Fri Jan 17 11:06:00 GMT 2020
https://gcc.gnu.org/g:54b0c0f0e9786d66a4a3202aa389d92680f02614
commit 54b0c0f0e9786d66a4a3202aa389d92680f02614
Author: Jason Merrill <jason@gcc.gnu.org>
Date: Tue Jan 7 23:03:38 2020 -0500
whitespace
From-SVN: r279989
Diff:
---
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 832d8a5..e2d4fd0 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 a41aa65..bd74957 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);
More information about the Gcc-cvs
mailing list