Skip to content

Commit 7c4c09b

Browse files
Committing clang-format changes
1 parent f406528 commit 7c4c09b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/tags/kvtag_add_get_benchmark.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
uint64_t
3535
atoui64(char *arg)
3636
{
37-
char *endptr;
37+
char * endptr;
3838
uint64_t num = strtoull(arg, &endptr, 10);
3939

4040
if (*endptr != '\0') {
@@ -326,7 +326,7 @@ int
326326
main(int argc, char *argv[])
327327
{
328328
pdcid_t pdc, cont_prop, cont, obj_prop;
329-
pdcid_t *obj_ids;
329+
pdcid_t * obj_ids;
330330
uint64_t n_obj, n_obj_incr, my_obj, my_obj_s;
331331
uint64_t n_attr, n_attr_len, n_query, my_query, my_query_s;
332332
uint64_t n_servers, n_clients;
@@ -335,7 +335,7 @@ main(int argc, char *argv[])
335335
double stime = 0.0, step_elapse = 0.0;
336336
double total_object_time = 0.0, total_tag_time = 0.0, total_query_time = 0.0;
337337
uint64_t total_object_count = 0, total_tag_count = 0, total_query_count = 0;
338-
void **query_rst_cache;
338+
void ** query_rst_cache;
339339
uint64_t *value_size;
340340
int ret_value = SUCCEED;
341341

0 commit comments

Comments
 (0)