[GIT] ppl/ppl(master): Formatting improved.

Module: ppl/ppl Branch: master Commit: ec293cdd3d5b33b1ba04947b000a98febf19056e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ec293cdd3d5b3...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Apr 21 21:44:41 2009 +0200
Formatting improved.
---
m4/ac_check_fpu_control.m4 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/m4/ac_check_fpu_control.m4 b/m4/ac_check_fpu_control.m4 index d613777..30f8b98 100644 --- a/m4/ac_check_fpu_control.m4 +++ b/m4/ac_check_fpu_control.m4 @@ -78,7 +78,8 @@ ppl_setround_function(int rounding_mode) { int (* volatile ppl_check_function_p)() = ppl_check_function; int (* volatile ppl_setround_function_p)(int) = ppl_setround_function;
-int main() { +int +main() { if ((*ppl_setround_function_p)(FE_DOWNWARD) != 0) return 255;
participants (1)
-
Roberto Bagnara