summaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-16 14:29:08 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-16 14:29:08 +0000
commit205b281fe467f3cb805188edfaf8816b4c28ef90 (patch)
tree731417bf654a013522422ede429b53f4aeb0cc5a /gcc/function.c
parentb4486a2479397c11ca29576665cc01bcd091fdd9 (diff)
downloadgcc-205b281fe467f3cb805188edfaf8816b4c28ef90.tar.gz
Minor whitespace changes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39066 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c
index d03f54b7064..3e02f98d5ec 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -7039,7 +7039,8 @@ keep_stack_depressed (seq)
/* If the epilogue is just a single instruction, it's OK as is */
- if (GET_CODE (seq) != SEQUENCE) return;
+ if (GET_CODE (seq) != SEQUENCE)
+ return;
/* Scan all insns in SEQ looking for ones that modified the stack
pointer. Record if it modified the stack pointer by copying it