ソースを参照

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 {