diff options
| author | Damien George | 2017-07-19 13:12:10 +1000 |
|---|---|---|
| committer | Damien George | 2017-07-19 13:12:10 +1000 |
| commit | 761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f (patch) | |
| tree | ca794059e302b1947125d36f64c667acdde6ddbe /stmhal/sdcard.c | |
| parent | c972c60dbe72d7448faff7f631dfb798b694093e (diff) | |
all: Remove trailing spaces, per coding conventions.
Diffstat (limited to 'stmhal/sdcard.c')
| -rw-r--r-- | stmhal/sdcard.c | 2 |
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; } |
