Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Sep 3, 2024
1 parent 29488c7 commit 624e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/z_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
Expand Down

0 comments on commit 624e79d

Please sign in to comment.