aboutsummaryrefslogtreecommitdiff
path: root/stmhal/sdcard.c
diff options
context:
space:
mode:
authorDamien George2017-07-19 13:12:10 +1000
committerDamien George2017-07-19 13:12:10 +1000
commit761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f (patch)
treeca794059e302b1947125d36f64c667acdde6ddbe /stmhal/sdcard.c
parentc972c60dbe72d7448faff7f631dfb798b694093e (diff)
all: Remove trailing spaces, per coding conventions.
Diffstat (limited to 'stmhal/sdcard.c')
-rw-r--r--stmhal/sdcard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/sdcard.c b/stmhal/sdcard.c
index c7ddbbde3..5260e0a50 100644
--- a/stmhal/sdcard.c
+++ b/stmhal/sdcard.c
@@ -216,7 +216,7 @@ void sdcard_power_off(void) {
if (!sd_handle.Instance) {
return;
}
- HAL_SD_DeInit(&sd_handle);
+ HAL_SD_DeInit(&sd_handle);
sd_handle.Instance = NULL;
}