From 7b9eef7a2825d73bf10fe7ee6b990c9cfbb11a39 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Thu, 11 Jul 2024 15:51:41 +0800 Subject: [PATCH] clamonacc/inotif/inotif.c: format code --- clamonacc/inotif/inotif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamonacc/inotif/inotif.c b/clamonacc/inotif/inotif.c index 74654b19a0..9795db4fb2 100644 --- a/clamonacc/inotif/inotif.c +++ b/clamonacc/inotif/inotif.c @@ -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 {