From 826e25cbf34070089ca35b8eba86ef4cbe6108c9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 1 Apr 2015 17:49:11 +0200 Subject: NOOP, just whitespace --- libs/ardour/ardour/lmath.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/ardour/lmath.h') diff --git a/libs/ardour/ardour/lmath.h b/libs/ardour/ardour/lmath.h index bac1457cde..4bf1f50357 100644 --- a/libs/ardour/ardour/lmath.h +++ b/libs/ardour/ardour/lmath.h @@ -1,13 +1,13 @@ #include "math.h" #if defined __DARWIN_NO_LONG_LONG && defined MAC_OS_X_VERSION_MIN_REQUIRED && MAC_OS_X_VERSION_MIN_REQUIRED <= 1040 -static inline long long int llrint ( double x ) +static inline long long int llrint (double x) { - return (long long int)rint( x ); + return (long long int)rint (x); } static inline long long int llrintf (float x) { - return (long long int)rintf ( x ); + return (long long int)rintf (x); } #endif -- cgit v1.2.3