Skip to content

Commit 6413185

Browse files
travis3630fabiobaltieri
authored andcommitted
drivers: flash: nordic: fix nrf-mramc indentation
Fix soc_mramc_nrf_mram space indentation Signed-off-by: Travis Lam <[email protected]>
1 parent 860f9c8 commit 6413185

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

drivers/flash/soc_flash_nrf_mramc.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <string.h>
8-
9-
#include <zephyr/drivers/flash.h>
10-
#include <zephyr/logging/log.h>
11-
#include <nrfx_mramc.h>
12-
#if defined(CONFIG_SOC_FLASH_NRF_MRAMC_FLUSH_CACHE)
13-
#include <hal/nrf_cache.h>
14-
#endif
7+
#include <string.h>
8+
9+
#include <zephyr/drivers/flash.h>
10+
#include <zephyr/logging/log.h>
11+
#include <nrfx_mramc.h>
12+
#if defined(CONFIG_SOC_FLASH_NRF_MRAMC_FLUSH_CACHE)
13+
#include <hal/nrf_cache.h>
14+
#endif
1515

1616
LOG_MODULE_REGISTER(flash_nrf_mramc, CONFIG_FLASH_LOG_LEVEL);
1717

0 commit comments

Comments
 (0)