summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-04 17:13:46 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-06 03:42:03 +0000
commitba4f1f2e308a10da06d91391d8822829856f0705 (patch)
treec8cc75de59cdf79801989579f6704acd5f8b4af5
parent2964489475b13ddd5ffae7023bd07ce3af65cc9e (diff)
downloadchrome-ec-ba4f1f2e308a10da06d91391d8822829856f0705.tar.gz
zephyr: Use spaces to line up the source files
These are easier to read when lined up vertically. Add spaces to achieve this, since Zephyr does not seem to use tabs in CMakeLists.txt files. BUG=b:167405015 BRANCH=none TEST=zmake configure .../zephyr-chrome/projects/experimental/volteer \ -B /tmp/z/cos zmake build /tmp/z/cos See there are no errors Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: Id1e2f9a8609d5f727df35f0ffa9785c537bac7f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2522130
-rw-r--r--zephyr/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/CMakeLists.txt b/zephyr/CMakeLists.txt
index 53e5c52106..09d8b11ad0 100644
--- a/zephyr/CMakeLists.txt
+++ b/zephyr/CMakeLists.txt
@@ -35,6 +35,6 @@ zephyr_include_directories_ifdef(
add_subdirectory_ifdef(CONFIG_PLATFORM_EC "shim/src")
# Shimmed modules
-zephyr_sources_ifdef(CONFIG_PLATFORM_EC "${PLATFORM_EC}/common/base32.c")
-zephyr_sources_ifdef(CONFIG_SHELL "${PLATFORM_EC}/common/gpio_commands.c")
-zephyr_sources_ifdef(CONFIG_PLATFORM_EC_TIMER "${PLATFORM_EC}/common/timer.c")
+zephyr_sources_ifdef(CONFIG_PLATFORM_EC "${PLATFORM_EC}/common/base32.c")
+zephyr_sources_ifdef(CONFIG_SHELL "${PLATFORM_EC}/common/gpio_commands.c")
+zephyr_sources_ifdef(CONFIG_PLATFORM_EC_TIMER "${PLATFORM_EC}/common/timer.c")