aboutsummaryrefslogtreecommitdiff
path: root/extmod/vfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/vfs.h')
-rw-r--r--extmod/vfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extmod/vfs.h b/extmod/vfs.h
index 004b002f5..de899dd8e 100644
--- a/extmod/vfs.h
+++ b/extmod/vfs.h
@@ -31,8 +31,8 @@
// return values of mp_vfs_lookup_path
// ROOT is 0 so that the default current directory is the root directory
-#define MP_VFS_NONE ((mp_vfs_mount_t*)1)
-#define MP_VFS_ROOT ((mp_vfs_mount_t*)0)
+#define MP_VFS_NONE ((mp_vfs_mount_t *)1)
+#define MP_VFS_ROOT ((mp_vfs_mount_t *)0)
// MicroPython's port-standardized versions of stat constants
#define MP_S_IFDIR (0x4000)