zephyr: tabs to spaces in line indentation

Uses spaces instead of tabs.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2020-02-20 10:35:33 +01:00
parent c308413760
commit 5d96bd20a9
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ void main(void)
#else
GPIO_DIR_IN | GPIO_PUD_PULL_UP
#endif
);
);
__ASSERT(rc == 0, "Error of boot detect pin initialization.\n");
#ifdef GPIO_INPUT