Fixed tab vs. space
authorhogthrob <hogthrob@github.com>
Fri, 29 Aug 2014 05:36:42 +0000 (07:36 +0200)
committerhogthrob <hogthrob@github.com>
Fri, 29 Aug 2014 05:36:42 +0000 (07:36 +0200)
src/libs/SDFAT.cpp

index 339d1d0..9b4c601 100644 (file)
@@ -35,7 +35,7 @@ int SDFAT::disk_sectors()
     return d->disk_sectors();
 }
 int SDFAT::remount() {
-       f_mount(_fsid, NULL);
+    f_mount(_fsid, NULL);
     f_mount(_fsid, &_fs);
     
        return 0;