浏览代码

Minor format tweak

Ray 5 年之前
父节点
当前提交
eae6e6a828
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core.c

+ 1 - 1
src/core.c

@@ -386,7 +386,7 @@ typedef struct CoreData {
 #endif
 #if defined(PLATFORM_UWP)
     struct {
-        const char* internalDataPath;       // UWP App data path
+        const char *internalDataPath;       // UWP App data path
     } UWP;
 #endif
     struct {