]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/utils/bezier.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / skins2 / utils / bezier.cpp
index b440cc335b43a70a57dd48457314bac7eac61daa..e15fa20d586edc5b2949135510063ba6f55c08db 100644 (file)
@@ -5,7 +5,7 @@
  * $Id$
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
- *          Olivier Teulière <ipkiss@via.ecp.fr>
+ *          Olivier Teulière <ipkiss@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 #   ifdef HAVE_LRINT
 #       define lrintf( x ) (int)rint( x )
 #   elif defined WIN32
-           __inline long int lrintf( float x )
-           {
+        __inline long int lrintf( float x )
+        {
             int i;
             _asm fld x __asm fistp i
-                   return i;
-       }
+            return i;
+        }
 #   endif
 #endif