From: Jeff Law Date: Sun, 3 Dec 1995 06:37:49 +0000 (-0700) Subject: Fix indention typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b43265c260d3363bed357a92faca40a8c754554;p=gcc.git Fix indention typo. From-SVN: r10665 --- 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.