public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/gccgo] whitespace
@ 2020-01-23  0:05 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2020-01-23  0:05 UTC (permalink / raw)
  To: gcc-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-23  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23  0:05 [gcc/devel/gccgo] whitespace Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).