fix for clang-format

This commit is contained in:
Henrik Holst 2023-05-03 21:25:26 +02:00 committed by afayaz-feral
parent 2e26331d97
commit 2f7075b9c6

View File

@ -40,5 +40,5 @@ struct GameModeCPUInfo {
};
/* parses a list of cpu cores in the format "a,b-c,d-e,f" */
char *parse_cpulist (char *cpulist, long *from, long *to);
char *parse_cpulist(char *cpulist, long *from, long *to);