From 1cc1cdf1a615db1bf4c3914708532a969cbe0026 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Thu, 27 Dec 2018 10:53:09 +0900 Subject: [PATCH] Remove executable flag from non-executable files Change-Id: I382a3480c86104b161252a70adcc09ea6e3df8c3 Signed-off-by: lokilee73 --- CMakeLists.txt | 0 hw/display/display.c | 0 hw/thermal/CMakeLists.txt | 0 hw/thermal/thermal.c | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 CMakeLists.txt mode change 100755 => 100644 hw/display/display.c mode change 100755 => 100644 hw/thermal/CMakeLists.txt mode change 100755 => 100644 hw/thermal/thermal.c diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/hw/display/display.c b/hw/display/display.c old mode 100755 new mode 100644 diff --git a/hw/thermal/CMakeLists.txt b/hw/thermal/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/hw/thermal/thermal.c b/hw/thermal/thermal.c old mode 100755 new mode 100644 -- 2.7.4