diff options
author | Luca Deri <deri@ntop.org> | 2025-06-23 15:47:35 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2025-06-23 15:47:43 +0200 |
commit | c211da0baec64fa4415f35e43c71c6596fac8f7d (patch) | |
tree | c28aff1a137337af900ec7a43c1c9ce7c658ac98 | |
parent | aaa528b2e8be012c7c67299af41e227d2bc4dc45 (diff) |
Indent
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 117689656..139facdf3 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -5672,8 +5672,8 @@ int load_categories_file_fd(struct ndpi_detection_module_struct *ndpi_str, if(category) { const char *errstrp; cat_id = ndpi_strtonum(category, 1, NDPI_PROTOCOL_NUM_CATEGORIES - 1, &errstrp, 10); - if(errstrp == NULL) { + if(errstrp == NULL) { int rc = ndpi_load_category(ndpi_str, name, (ndpi_protocol_category_t)cat_id, user_data); |