Skip to content

Commit 7974b56

Browse files
Committing clang-format changes
1 parent 331a318 commit 7974b56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/tests/misc/idioms_ci_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ main(int argc, char *argv[])
341341
if (world_rank == 0)
342342
LOG_INFO("Initialization Done\n");
343343

344-
// No need to create any object for testing only the index.
344+
// No need to create any object for testing only the index.
345345
#ifdef ENABLE_MPI
346346
MPI_Barrier(MPI_COMM_WORLD);
347347
stime = MPI_Wtime();

src/tests/obj/read_obj.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ main(int argc, char **argv)
2727
#ifdef ENABLE_MPI
2828
MPI_Comm comm;
2929
#else
30-
int comm = 1;
30+
int comm = 1;
3131
#endif
3232
struct timeval pdc_timer_start;
3333
struct timeval pdc_timer_end;
@@ -39,7 +39,7 @@ main(int argc, char **argv)
3939
uint64_t *offset, *local_offset;
4040
uint64_t *mysize;
4141
int i, j;
42-
char *mydata;
42+
char * mydata;
4343
char obj_name[128], cont_name[128];
4444

4545
uint64_t my_data_size;

src/tests/tags/kvtag_query.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ int
8383
main(int argc, char *argv[])
8484
{
8585
pdcid_t pdc, cont_prop, cont, obj_prop;
86-
pdcid_t *obj_ids;
86+
pdcid_t * obj_ids;
8787
int n_obj, n_add_tag, my_obj, my_obj_s, my_add_tag, my_add_tag_s;
8888
int proc_num = 1, rank = 0, i, v, iter, round, selectivity, is_using_dart;
8989
char obj_name[128];
9090
double stime, total_time;
9191
pdc_kvtag_t kvtag;
92-
uint64_t *pdc_ids;
92+
uint64_t * pdc_ids;
9393
int nres, ntotal;
9494
int ret_value = SUCCEED;
9595

0 commit comments

Comments
 (0)