From 8b43265c260d3363bed357a92faca40a8c754554 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 2 Dec 1995 23:37:49 -0700 Subject: [PATCH] Fix indention typo. From-SVN: r10665 --- gcc/varasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/varasm.c b/gcc/varasm.c index 42b81fa4d86..3b30c9929d9 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -275,8 +275,8 @@ function_section (decl) if (decl != NULL_TREE && DECL_SECTION_NAME (decl) != NULL_TREE) named_section (decl, (char *) 0); - else - text_section (); + else + text_section (); } /* Create the rtl to represent a function, for a function definition. -- 2.30.2