refactor: Replace tabs with spaces
Standardized indentation to use spaces with a new pre-commit hook.
This commit is contained in:
parent
32ae776c42
commit
94061bb916
613 changed files with 11572 additions and 11567 deletions
|
|
@ -6,11 +6,11 @@
|
|||
|
||||
#include <zephyr/linker/linker-defs.h>
|
||||
|
||||
__event_type_start = .; \
|
||||
KEEP(*(".event_type")); \
|
||||
__event_type_end = .; \
|
||||
__event_type_start = .; \
|
||||
KEEP(*(".event_type")); \
|
||||
__event_type_end = .; \
|
||||
|
||||
__event_subscriptions_start = .; \
|
||||
KEEP(*(".event_subscription")); \
|
||||
__event_subscriptions_end = .; \
|
||||
__event_subscriptions_start = .; \
|
||||
KEEP(*(".event_subscription")); \
|
||||
__event_subscriptions_end = .; \
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue