Whitespace only

Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo
2015-12-25 09:39:30 +11:00
parent 7189069e5e
commit e4399a02ae
6 changed files with 22 additions and 22 deletions

View File

@@ -59,7 +59,7 @@
#define copysign __builtin_copysign
#endif
static inline long int lround(double x) {
return (long)(x + copysign (0.5, x));
return (long)(x + copysign (0.5, x));
}
/* If this fails, we are in the presence of a mid 90's compiler, move along... */
#endif