[vlc-commits] control/motionlib: remove trailing whitespace
Filip Roséen
git at videolan.org
Thu Oct 13 18:27:53 CEST 2016
vlc | branch: master | Filip Roséen <filip at atch.se> | Thu Oct 13 18:07:02 2016 +0200| [2b0b208d79bcc989687b333f60d109152b5b7da9] | 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=2b0b208d79bcc989687b333f60d109152b5b7da9
---
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