nds32.c (nds32_naked_function_p): Follow the GNU coding standards.

2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>

	* config/nds32/nds32.c (nds32_naked_function_p): Follow the
	GNU coding standards.

From-SVN: r207774
This commit is contained in:
Chung-Ju Wu 2014-02-14 04:45:56 +00:00 committed by Chung-Ju Wu
parent c689273266
commit 810f736f0c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.c (nds32_naked_function_p): Follow the
GNU coding standards.
2014-02-13 Jakub Jelinek <jakub@redhat.com>
PR debug/60152

View File

@ -1445,7 +1445,8 @@ nds32_needs_double_word_align (enum machine_mode mode, const_tree type)
}
/* Return true if FUNC is a naked function. */
static bool nds32_naked_function_p (tree func)
static bool
nds32_naked_function_p (tree func)
{
tree t;