summaryrefslogtreecommitdiff
path: root/supervisor/shared/external_flash/qspi_flash.c
diff options
context:
space:
mode:
authormicroDev <70126934+microDev1@users.noreply.github.com>2021-03-15 19:27:36 +0530
committermicroDev <70126934+microDev1@users.noreply.github.com>2021-03-15 19:27:36 +0530
commita52eb88031620a81521b937f2a0651dbac2bb350 (patch)
tree017cbf8f686b252241182ef61ce48e8457aa1577 /supervisor/shared/external_flash/qspi_flash.c
parent090b6ba42fcdfbb16844f77892087f91aa6ea201 (diff)
run code formatting script
Diffstat (limited to 'supervisor/shared/external_flash/qspi_flash.c')
-rw-r--r--supervisor/shared/external_flash/qspi_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/external_flash/qspi_flash.c b/supervisor/shared/external_flash/qspi_flash.c
index 48266540c..dc16f3465 100644
--- a/supervisor/shared/external_flash/qspi_flash.c
+++ b/supervisor/shared/external_flash/qspi_flash.c
@@ -28,7 +28,7 @@
#include "supervisor/shared/external_flash/common_commands.h"
-void check_quad_enable(const external_flash_device* device) {
+void check_quad_enable(const external_flash_device *device) {
if (device->quad_enable_bit_mask == 0x00) {
return;
}