convert C-style (void) parameter lists to C++ style ()

This commit is contained in:
Arvid Norberg 2018-09-13 10:36:41 -07:00
parent f0a6a922fe
commit 3ccfa34b32
16 changed files with 27 additions and 27 deletions

View file

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