Refctor, simplify return statements, no parenthesis needed

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2018-08-05 18:59:33 +02:00
parent f1f1ee3563
commit 2e84a34758
7 changed files with 58 additions and 58 deletions

View File

@ -248,7 +248,7 @@ int setlogmask(int pmask)
omask = LogMask;
if (pmask != 0)
LogMask = pmask;
return (omask);
return omask;
}
/**