summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorRay <[email protected]>2021-06-10 18:00:44 +0200
committerRay <[email protected]>2021-06-10 18:00:44 +0200
commitb188008a1c746abf1c086a00708a447c1abbb19b (patch)
treea838d6b606d86275e904cd036b4d2ae312c06d27 /src/core.c
parent7bc2e922c9a04e9a1bb54088522e0f318feeb17c (diff)
downloadraylib-b188008a1c746abf1c086a00708a447c1abbb19b.tar.gz
raylib-b188008a1c746abf1c086a00708a447c1abbb19b.zip
Review code formatting
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 62a9777d..50749704 100644
--- a/src/core.c
+++ b/src/core.c
@@ -6288,7 +6288,7 @@ bool UWPIsConfigured()
}
// UWP function handlers get/set
-void UWPSetDataPath(const char* path) { CORE.UWP.internalDataPath = path; }
+void UWPSetDataPath(const char *path) { CORE.UWP.internalDataPath = path; }
UWPQueryTimeFunc UWPGetQueryTimeFunc(void) { return uwpQueryTimeFunc; }
void UWPSetQueryTimeFunc(UWPQueryTimeFunc func) { uwpQueryTimeFunc = func; }
UWPSleepFunc UWPGetSleepFunc(void) { return uwpSleepFunc; }