[vlc-commits] control/motionlib: remove trailing whitespace

Filip Roséen git at videolan.org
Thu Oct 13 18:34:48 CEST 2016


vlc | branch: master | Filip Roséen <filip at atch.se> | Thu Oct 13 18:07:02 2016 +0200| [558d11ba69c5e6028b201876a0df301b72351a4c] | committer: Jean-Baptiste Kempf

control/motionlib: remove trailing whitespace

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=558d11ba69c5e6028b201876a0df301b72351a4c
---

 modules/control/motionlib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/control/motionlib.c b/modules/control/motionlib.c
index 5638bb5..0dedccd 100644
--- a/modules/control/motionlib.c
+++ b/modules/control/motionlib.c
@@ -70,7 +70,7 @@ motion_sensors_t *motion_create( vlc_object_t *obj )
         return NULL;
     }
 
-    if( access( "/sys/devices/platform/hdaps/position", R_OK ) == 0 
+    if( access( "/sys/devices/platform/hdaps/position", R_OK ) == 0
         && ( f = fopen( "/sys/devices/platform/hdaps/calibrate", "re" ) ) )
     {
         /* IBM HDAPS support */
@@ -85,7 +85,7 @@ motion_sensors_t *motion_create( vlc_object_t *obj )
         motion->sensor = AMS_SENSOR;
         msg_Dbg( obj, "AMS motion detection correctly loaded" );
     }
-    else if( access( "/sys/devices/platform/applesmc.768/position", R_OK ) == 0 
+    else if( access( "/sys/devices/platform/applesmc.768/position", R_OK ) == 0
              && ( f = fopen( "/sys/devices/platform/applesmc.768/calibrate", "re" ) ) )
     {
         /* Apple SMC (newer macbooks) */



More information about the vlc-commits mailing list