From 6e695dc64f0310745a32e2399a955fbf1368cd1a Mon Sep 17 00:00:00 2001 From: bircoph Date: Wed, 13 May 2009 15:22:13 +0000 Subject: Remove all kind of trailing whitespaces from all MPlayer's files. This affects all kind of spaces (' ',^I,^M,^L,...): actually [:space:] regex character set. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29306 b3059339-0415-0410-9bf9-f77b7e298cf2 --- tremor/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tremor/os.h') diff --git a/tremor/os.h b/tremor/os.h index 27f2a22e63..10db04648a 100644 --- a/tremor/os.h +++ b/tremor/os.h @@ -28,7 +28,7 @@ #ifdef _WIN32 # include -# define rint(x) (floor((x)+0.5f)) +# define rint(x) (floor((x)+0.5f)) # define NO_FLOAT_MATH_LIB # define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b)) #endif -- cgit v1.2.3