mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
clamonacc/inotif/inotif.c: format code
This commit is contained in:
parent
7ebabe5548
commit
acdacd4fef
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ int onas_ddd_init(uint64_t nwatches, size_t ht_size)
|
|||
if (ret < 0) return CL_EREAD;
|
||||
|
||||
tmp = strtol(nwatch_str, &p, 10);
|
||||
if (tmp < 0 || tmp == LONG_MAX){
|
||||
if (tmp < 0 || tmp == LONG_MAX) {
|
||||
/*Seems like a sane value (also the value on my ubuntu system)*/
|
||||
nwatches = 0x10000;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue