diff options
author | KemoNine <mcrosson@kemonine.info> | 2021-01-05 21:51:04 +0000 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-01-08 10:14:43 +0000 |
commit | 28bec8541b8bd8fe10d52c590700bb5022845f54 (patch) | |
tree | 8850d04c147ead908655e31dad297a5c0a447e50 | |
parent | 7fd8561b457e83bea667b130d6c891bc738db9ab (diff) |
style(tg4x): Convert Kconfig spaces to tabs
-rw-r--r-- | app/boards/shields/tg4x/Kconfig.shield | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/shields/tg4x/Kconfig.shield b/app/boards/shields/tg4x/Kconfig.shield index 7e98b71..27166b1 100644 --- a/app/boards/shields/tg4x/Kconfig.shield +++ b/app/boards/shields/tg4x/Kconfig.shield @@ -2,4 +2,4 @@ # SPDX-License-Identifier: MIT config SHIELD_TG4X - def_bool $(shields_list_contains,tg4x) + def_bool $(shields_list_contains,tg4x) |