From d40369b0e09e4e2228ebff305067ec2d99220848 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sun, 14 Jan 2018 18:28:35 -0600 Subject: global: Format the code consistently * Apply clang-format. * Change all comments to the same style. * Add braces as dictated by the coding style guidelines. Signed-off-by: Samuel Holland --- libgcompat/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgcompat/math.c') diff --git a/libgcompat/math.c b/libgcompat/math.c index 2c793e4..42ed032 100644 --- a/libgcompat/math.c +++ b/libgcompat/math.c @@ -1,4 +1,4 @@ -#include // isinf, isnan +#include /* isinf, isnan */ int __isinff(float number) { -- cgit v1.2.3-60-g2f50