zephyr: remove trailing tab

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2019-12-17 09:59:47 -03:00 committed by Fabio Utzig
parent ba9e7921c5
commit 63b4eac65c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const struct boot_uart_funcs boot_funcs = {
static inline bool boot_skip_serial_recovery()
{
#if NRF_POWER_HAS_RESETREAS
#if NRF_POWER_HAS_RESETREAS
u32_t rr = nrf_power_resetreas_get(NRF_POWER);
return !(rr == 0 || (rr & NRF_POWER_RESETREAS_RESETPIN_MASK));