summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-07-06 11:45:08 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-07 05:43:37 +0000
commit251c8c0b3da82030b2933c886fd0291b83e0a422 (patch)
tree9c1aaa04d78b68dca19c196a47dfa7dea03b8713 /include
parent9c181fc5fcb2426706308b7b579099d72e55dec0 (diff)
downloadchrome-ec-251c8c0b3da82030b2933c886fd0291b83e0a422.tar.gz
include/task_id.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Tricium: disable Change-Id: Icadc80943da12a1d0bf49a4436e48fa9c3fabb19 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3749519 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/task_id.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/task_id.h b/include/task_id.h
index 2cb57b59b3..431a1a9974 100644
--- a/include/task_id.h
+++ b/include/task_id.h
@@ -48,11 +48,11 @@ enum {
CONFIG_TASK_LIST
/* CONFIG_TEST_TASK_LIST is a macro from the TEST_TASK_LIST file
*/
- CONFIG_TEST_TASK_LIST
- /* For CTS tasks */
- CONFIG_CTS_TASK_LIST
+ CONFIG_TEST_TASK_LIST
+ /* For CTS tasks */
+ CONFIG_CTS_TASK_LIST
#ifdef EMU_BUILD
- TASK_ID_TEST_RUNNER,
+ TASK_ID_TEST_RUNNER,
#endif
/* Number of tasks */
TASK_ID_COUNT,