Skip to content

Commit 8c9d920

Browse files
committed
[SDFileSystem] Fixed tab spacing from 0e8ba85
* Removed missplaced tabs Signed-off-by: Bruno Monteiro Pires <[email protected]>
1 parent 0e8ba85 commit 8c9d920

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

features/unsupported/fs/sd/SDFileSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ uint32_t SDFileSystem::disk_sectors() {
293293
}
294294

295295
void SDFileSystem::debug(bool dbg){
296-
_dbg = dbg;
296+
_dbg = dbg;
297297
}
298298

299299

features/unsupported/fs/sd/SDFileSystem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class SDFileSystem : public FATFileSystem {
5858
virtual int disk_write(const uint8_t* buffer, uint32_t block_number, uint32_t count);
5959
virtual int disk_sync();
6060
virtual uint32_t disk_sectors();
61-
void debug(bool dbg);
61+
void debug(bool dbg);
6262

6363
protected:
6464

@@ -85,7 +85,7 @@ class SDFileSystem : public FATFileSystem {
8585
DigitalOut _cs;
8686
int cdv;
8787
int _is_initialized;
88-
bool _dbg;
88+
bool _dbg;
8989
};
9090

9191
#endif

0 commit comments

Comments
 (0)