code format and debug

This commit is contained in:
van Hauser
2020-06-11 19:30:28 +02:00
parent b3fee6cab2
commit e8da5f9e28
6 changed files with 37 additions and 36 deletions

View File

@ -204,8 +204,7 @@ int main(int argc, char **argv) {
#endif
#if defined(__sun)
if (pset_bind(c, P_PID, getpid(), NULL))
PFATAL("pset_bind failed");
if (pset_bind(c, P_PID, getpid(), NULL)) PFATAL("pset_bind failed");
pset_destroy(c);
#endif