From 624e79db126f1e8529bc6b28724f54e4ae2ffd57 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Tue, 3 Sep 2024 14:33:11 +0000 Subject: [PATCH] clang format --- examples/z_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/z_info.c b/examples/z_info.c index e8f861ef4..629a47314 100644 --- a/examples/z_info.c +++ b/examples/z_info.c @@ -16,7 +16,7 @@ #include "parse_args.h" #include "zenoh.h" -void print_zid(const z_id_t *id, void *ctx) { +void print_zid(const z_id_t* id, void* ctx) { z_owned_string_t str; z_id_to_string(id, &str); printf("%.*s\n", (int)z_string_len(z_loan(str)), z_string_data(z_loan(str)));