Review code formatting

This commit is contained in:
Ray
2021-06-10 18:00:44 +02:00
parent 7bc2e922c9
commit b188008a1c
6 changed files with 28 additions and 24 deletions

View File

@@ -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; }