From 368876009085fa8f2e45ee122d769109c56f12c5 Mon Sep 17 00:00:00 2001 From: Yunmi Ha Date: Tue, 26 Feb 2019 18:30:43 +0900 Subject: [PATCH] Restore permission of source files. Change-Id: I88ee8c455aa7457a46b3cfdc3fb09de6bf236a59 Signed-off-by: Yunmi Ha --- src/auto-test/haptic.c | 0 src/auto-test/main.c | 0 src/auto-test/test.c | 0 src/core/common.c | 0 src/core/config-parser.c | 0 src/core/device-idler.c | 0 src/core/main.c | 0 src/haptic/circle.c | 0 src/haptic/emulator.c | 0 src/haptic/external.c | 0 src/haptic/gpio_haptic.c | 0 src/haptic/haptic.c | 0 src/haptic/standard.c | 0 13 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/auto-test/haptic.c mode change 100755 => 100644 src/auto-test/main.c mode change 100755 => 100644 src/auto-test/test.c mode change 100755 => 100644 src/core/common.c mode change 100755 => 100644 src/core/config-parser.c mode change 100755 => 100644 src/core/device-idler.c mode change 100755 => 100644 src/core/main.c mode change 100755 => 100644 src/haptic/circle.c mode change 100755 => 100644 src/haptic/emulator.c mode change 100755 => 100644 src/haptic/external.c mode change 100755 => 100644 src/haptic/gpio_haptic.c mode change 100755 => 100644 src/haptic/haptic.c mode change 100755 => 100644 src/haptic/standard.c diff --git a/src/auto-test/haptic.c b/src/auto-test/haptic.c old mode 100755 new mode 100644 diff --git a/src/auto-test/main.c b/src/auto-test/main.c old mode 100755 new mode 100644 diff --git a/src/auto-test/test.c b/src/auto-test/test.c old mode 100755 new mode 100644 diff --git a/src/core/common.c b/src/core/common.c old mode 100755 new mode 100644 diff --git a/src/core/config-parser.c b/src/core/config-parser.c old mode 100755 new mode 100644 diff --git a/src/core/device-idler.c b/src/core/device-idler.c old mode 100755 new mode 100644 diff --git a/src/core/main.c b/src/core/main.c old mode 100755 new mode 100644 diff --git a/src/haptic/circle.c b/src/haptic/circle.c old mode 100755 new mode 100644 diff --git a/src/haptic/emulator.c b/src/haptic/emulator.c old mode 100755 new mode 100644 diff --git a/src/haptic/external.c b/src/haptic/external.c old mode 100755 new mode 100644 diff --git a/src/haptic/gpio_haptic.c b/src/haptic/gpio_haptic.c old mode 100755 new mode 100644 diff --git a/src/haptic/haptic.c b/src/haptic/haptic.c old mode 100755 new mode 100644 diff --git a/src/haptic/standard.c b/src/haptic/standard.c old mode 100755 new mode 100644 -- 2.7.4