From c211da0baec64fa4415f35e43c71c6596fac8f7d Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 23 Jun 2025 15:47:35 +0200 Subject: Indent --- src/lib/ndpi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3