mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Fix coding style
This commit is contained in:
parent
6a242d5739
commit
e45e2c7e60
16 changed files with 28 additions and 22 deletions
|
|
@ -36,6 +36,7 @@ restore_nofile_limit(void)
|
|||
}
|
||||
|
||||
if (setrlimit(RLIMIT_NOFILE, &original_nofile_rlimit) != 0) {
|
||||
wlr_log_errno(WLR_ERROR, "Failed to restore max open files limit: setrlimit(NOFILE) failed");
|
||||
wlr_log_errno(WLR_ERROR,
|
||||
"Failed to restore max open files limit: setrlimit(NOFILE) failed");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue