mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
187:0387e8f68319
Parent:
184:08ed48f1de7f
Child:
189:f392fc9709a3
--- 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);
 };
 /**@}*/