From 3679ede366103d27e12d9ae4a973c0ff194f16c7 Mon Sep 17 00:00:00 2001 From: Denis Biryukov Date: Thu, 18 Jul 2024 19:11:23 +0200 Subject: [PATCH] format --- include/zenoh-pico/api/constants.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/zenoh-pico/api/constants.h b/include/zenoh-pico/api/constants.h index 873642208..5db2d463e 100644 --- a/include/zenoh-pico/api/constants.h +++ b/include/zenoh-pico/api/constants.h @@ -88,7 +88,8 @@ typedef enum { * * Enumerators: * Z_KEYEXPR_INTERSECTION_LEVEL_DISJOINT: 2 key expression do not intersect. - * Z_KEYEXPR_INTERSECTION_LEVEL_INTERSECTS: 2 key expressions intersect, i.e. there exists at least one key that is included by both. + * Z_KEYEXPR_INTERSECTION_LEVEL_INTERSECTS: 2 key expressions intersect, i.e. there exists at least one key that is + * included by both. * Z_KEYEXPR_INTERSECTION_LEVEL_INCLUDES: First key expression is the superset of second one. * Z_KEYEXPR_INTERSECTION_LEVEL_EQUALS: 2 key expressions are equal. */