From a92771b8eeb748b4e841f0ebca91514203a3fc2b Mon Sep 17 00:00:00 2001 From: mrs Date: Wed, 3 Jul 1996 22:07:53 +0000 Subject: formatting tweaks git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12390 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fold-const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fold-const.c') diff --git a/gcc/fold-const.c b/gcc/fold-const.c index b5a3d397222..634894390e6 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -4626,7 +4626,7 @@ fold (expr) /* For NE, we can only do this simplification if integer. */ if (! INTEGRAL_TYPE_P (TREE_TYPE (arg0))) break; - /* ... fall through ... */ + /* ... fall through ... */ case GT_EXPR: case LT_EXPR: t = build_int_2 (0, 0); -- cgit v1.2.1