convert C-style (void) parameter lists to C++ style ()
This commit is contained in:
+1
-1
@@ -1248,7 +1248,7 @@ fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific)
|
||||
return fs::absolute(path, GetDataDir(net_specific));
|
||||
}
|
||||
|
||||
int ScheduleBatchPriority(void)
|
||||
int ScheduleBatchPriority()
|
||||
{
|
||||
#ifdef SCHED_BATCH
|
||||
const static sched_param param{0};
|
||||
|
||||
Reference in New Issue
Block a user