Skip to content

Commit cc56c94

Browse files
author
Josuah Demangeon
committed
usb: host: CMakeLists.txt convert tabs to spaces
CMakeLists.txt uses spaces, which is now enforced by a helper script running on CI. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent 2976162 commit cc56c94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

subsys/usb/host/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ zephyr_library()
55
zephyr_library_include_directories(${CMAKE_CURRENT_SOURCE_DIR})
66

77
zephyr_library_sources(
8-
usbh_api.c
9-
usbh_ch9.c
10-
usbh_class.c
11-
usbh_core.c
12-
usbh_desc.c
13-
usbh_device.c
8+
usbh_api.c
9+
usbh_ch9.c
10+
usbh_class.c
11+
usbh_core.c
12+
usbh_desc.c
13+
usbh_device.c
1414
)
1515

1616
zephyr_library_sources_ifdef(
17-
CONFIG_USBH_SHELL
18-
usbh_shell.c
17+
CONFIG_USBH_SHELL
18+
usbh_shell.c
1919
)
2020

2121
zephyr_library_sources_ifdef(

0 commit comments

Comments
 (0)