public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH,fortran] Fix whitespace in resolve.c
@ 2010-06-11  3:00 Steve Kargl
  0 siblings, 0 replies; only message in thread
From: Steve Kargl @ 2010-06-11  3:00 UTC (permalink / raw)
  To: fortran, gcc-patches

I've committed this trivially obvious patch.

2010-06-10  Steven G. Kargl  <kargl@gcc.gnu.org>

	* resolve.c (resolve_operator): Fix whitespace.


Index: resolve.c
===================================================================
--- resolve.c	(revision 160583)
+++ resolve.c	(working copy)
@@ -3615,11 +3615,11 @@ resolve_operator (gfc_expr *e)
 	      e->rank = op1->rank;
 	      if (e->shape == NULL)
 		{
-		  t = compare_shapes(op1, op2);
+		  t = compare_shapes (op1, op2);
 		  if (t == FAILURE)
 		    e->shape = NULL;
 		  else
-		e->shape = gfc_copy_shape (op1->shape, op1->rank);
+		    e->shape = gfc_copy_shape (op1->shape, op1->rank);
 		}
 	    }
 	  else
-- 
Steve

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

only message in thread, other threads:[~2010-06-11  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-11  3:00 [PATCH,fortran] Fix whitespace in resolve.c Steve Kargl

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