From 69fbfdd8c6f44d244d7caef4e58967054272a9d1 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 4 Sep 2004 08:41:42 -0400 Subject: [PATCH] Trivial reformatting. From-SVN: r87084 --- gcc/tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/tree.c b/gcc/tree.c index 3f1abf97b3a..465f6605299 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -433,8 +433,7 @@ copy_list (tree list) tree build_int_cst (tree type, HOST_WIDE_INT low) { - return build_int_cst_wide (type, low, - low < 0 ? -1 : 0); + return build_int_cst_wide (type, low, low < 0 ? -1 : 0); } /* Create an INT_CST node with a LOW value zero extended. */ -- 2.30.2