diff options
| author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 2000-08-29 16:43:31 +0000 | 
|---|---|---|
| committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2000-08-29 09:43:31 -0700 | 
| commit | c00f0fb22b193ad055fc552a9213bd5c1b48f032 (patch) | |
| tree | b7faa41804e8136309055a0a763ce93afde66692 /gcc/java/expr.c | |
| parent | 4361b41d838b11e957dfb751d55298bd1d1b1a55 (diff) | |
| download | gcc-c00f0fb22b193ad055fc552a9213bd5c1b48f032.zip gcc-c00f0fb22b193ad055fc552a9213bd5c1b48f032.tar.gz gcc-c00f0fb22b193ad055fc552a9213bd5c1b48f032.tar.bz2  | |
expr.c (can_widen_reference_to): Fixed indentation.
2000-08-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* expr.c (can_widen_reference_to): Fixed indentation.
	* java-tree.h (CLASS_METHOD_CHECKED_P): Added leading comment.
	* parse.y: `finit$' replaces `$finit$' in comments.
	(try_builtin_assignconv): Fixed leading comment.
(http://gcc.gnu.org/ml/gcc-patches/2000-08/msg01246.html)
From-SVN: r36039
Diffstat (limited to 'gcc/java/expr.c')
| -rw-r--r-- | gcc/java/expr.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index e3e5f8e..a9c074f 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -406,8 +406,8 @@ can_widen_reference_to (source_type, target_type)  		    (TREE_TYPE (TREE_VEC_ELT (basetype_vec, i)),  		     target_type))  		  return 1; -		if (n == 0) -		  return 0; +	      if (n == 0) +		return 0;  	    }  	  for ( ; source_depth > target_depth;  source_depth--)   | 
