Skip to content

Commit 960b964

Browse files
Committing clang-format changes
1 parent 5fce006 commit 960b964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tests/obj/read_obj_shared.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ main(int argc, char **argv)
3535
uint64_t *offset, *local_offset;
3636
uint64_t *mysize;
3737
int i, j;
38-
char *mydata;
38+
char * mydata;
3939
char obj_name[128], cont_name[128];
4040

4141
uint64_t my_data_size;

src/tests/tags/kvtag_get.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int
3333
main()
3434
{
3535
pdcid_t pdc, cont_prop, cont, obj_prop1, obj_prop2, obj1, obj2;
36-
pdc_kvtag_t *value1, *value2, *value3;
36+
pdc_kvtag_t * value1, *value2, *value3;
3737
pdc_var_type_t type1, type2, type3;
3838
psize_t value_size;
3939
int ret_value = SUCCEED;

0 commit comments

Comments
 (0)