Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 8, 2024
1 parent 86f5606 commit 60b5c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -6297,7 +6297,7 @@ test_misc38(void)
} struct_type;
struct_type cbuf = {.buf = "attr_value"};
struct_type *compound_rbuf = NULL;
hvl_t vlen_buf = { .len = 2, .p = array_buf };
hvl_t vlen_buf = {.len = 2, .p = array_buf};
hvl_t *vlen_rbuf = NULL;

/* Output message about test being performed */
Expand Down

0 comments on commit 60b5c7e

Please sign in to comment.