Modified for BG96

Fork of mbed-dev by mbed official

Revision:
187:0387e8f68319
Parent:
184:08ed48f1de7f
--- a/platform/FileSystemHandle.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/platform/FileSystemHandle.h	Thu Sep 06 13:40:20 2018 +0100
@@ -101,7 +101,7 @@
      *  @param buf      The stat buffer to write to
      *  @return         0 on success, negative error code on failure
      */
-     virtual int statvfs(const char *path, struct statvfs *buf);
+    virtual int statvfs(const char *path, struct statvfs *buf);
 };
 /**@}*/