Skip to content

Commit f355c4f

Browse files
authored
Merge pull request #9464 from awlauria/spacing_v5.0.x
v5.0.x: Makefile.am: s/^I/ /g as relevant
2 parents 562a29b + 4075ac2 commit f355c4f

File tree

4 files changed

+61
-61
lines changed

4 files changed

+61
-61
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# University of Stuttgart. All rights reserved.
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
12-
# Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
12+
# Copyright (c) 2009-2021 Cisco Systems, Inc. All rights reserved.
1313
# Copyright (c) 2011 Sandia National Laboratories. All rights reserved.
1414
# Copyright (c) 2012 Oak Rigde National Laboratory. All rights reserved.
1515
# Copyright (c) 2012-2013 Inria. All rights reserved.
@@ -148,7 +148,7 @@ libmpi_c_mpi_la_SOURCES = \
148148
comm_split.c \
149149
comm_split_type.c \
150150
comm_test_inter.c \
151-
compare_and_swap.c \
151+
compare_and_swap.c \
152152
dims_create.c \
153153
errhandler_c2f.c \
154154
errhandler_f2c.c \
@@ -158,7 +158,7 @@ libmpi_c_mpi_la_SOURCES = \
158158
exscan.c \
159159
iexscan.c \
160160
exscan_init.c \
161-
fetch_and_op.c \
161+
fetch_and_op.c \
162162
file_c2f.c \
163163
file_call_errhandler.c \
164164
file_close.c \
@@ -233,7 +233,7 @@ libmpi_c_mpi_la_SOURCES = \
233233
get_count.c \
234234
get_elements.c \
235235
get_elements_x.c \
236-
get_accumulate.c \
236+
get_accumulate.c \
237237
get_library_version.c \
238238
get_processor_name.c \
239239
get_version.c \
@@ -320,7 +320,7 @@ libmpi_c_mpi_la_SOURCES = \
320320
probe.c \
321321
publish_name.c \
322322
query_thread.c \
323-
raccumulate.c \
323+
raccumulate.c \
324324
recv_init.c \
325325
recv.c \
326326
reduce.c \
@@ -338,9 +338,9 @@ libmpi_c_mpi_la_SOURCES = \
338338
request_f2c.c \
339339
request_free.c \
340340
request_get_status.c \
341-
rget.c \
342-
rget_accumulate.c \
343-
rput.c \
341+
rget.c \
342+
rget_accumulate.c \
343+
rput.c \
344344
rsend_init.c \
345345
rsend.c \
346346
scan.c \
@@ -422,24 +422,24 @@ libmpi_c_mpi_la_SOURCES = \
422422
accumulate.c \
423423
get.c \
424424
put.c \
425-
win_allocate.c \
426-
win_allocate_shared.c \
427-
win_attach.c \
425+
win_allocate.c \
426+
win_allocate_shared.c \
427+
win_attach.c \
428428
win_c2f.c \
429429
win_call_errhandler.c \
430430
win_complete.c \
431431
win_create_errhandler.c \
432432
win_create_keyval.c \
433433
win_create.c \
434-
win_create_dynamic.c \
434+
win_create_dynamic.c \
435435
win_delete_attr.c \
436-
win_detach.c \
436+
win_detach.c \
437437
win_f2c.c \
438438
win_fence.c \
439-
win_flush.c \
440-
win_flush_all.c \
441-
win_flush_local.c \
442-
win_flush_local_all.c \
439+
win_flush.c \
440+
win_flush_all.c \
441+
win_flush_local.c \
442+
win_flush_local_all.c \
443443
win_free_keyval.c \
444444
win_free.c \
445445
win_get_attr.c \
@@ -448,18 +448,18 @@ libmpi_c_mpi_la_SOURCES = \
448448
win_get_info.c \
449449
win_get_name.c \
450450
win_lock.c \
451-
win_lock_all.c \
451+
win_lock_all.c \
452452
win_post.c \
453453
win_set_attr.c \
454454
win_set_errhandler.c \
455455
win_set_info.c \
456456
win_set_name.c \
457-
win_shared_query.c \
458-
win_sync.c \
457+
win_shared_query.c \
458+
win_sync.c \
459459
win_start.c \
460460
win_test.c \
461461
win_unlock.c \
462-
win_unlock_all.c \
462+
win_unlock_all.c \
463463
win_wait.c
464464

465465

ompi/mpi/c/profile/Makefile.am

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# -*- makefile.am -*-
1+
# -*- makefile.am -*-
22
#
33
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
44
# University Research and Technology
@@ -128,7 +128,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
128128
pcomm_split.c \
129129
pcomm_split_type.c \
130130
pcomm_test_inter.c \
131-
pcompare_and_swap.c \
131+
pcompare_and_swap.c \
132132
pdims_create.c \
133133
perrhandler_c2f.c \
134134
perrhandler_f2c.c \
@@ -138,7 +138,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
138138
pexscan.c \
139139
piexscan.c \
140140
pexscan_init.c \
141-
pfetch_and_op.c \
141+
pfetch_and_op.c \
142142
pfile_c2f.c \
143143
pfile_call_errhandler.c \
144144
pfile_close.c \
@@ -213,7 +213,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
213213
pget_count.c \
214214
pget_elements.c \
215215
pget_elements_x.c \
216-
pget_accumulate.c \
216+
pget_accumulate.c \
217217
pget_library_version.c \
218218
pget_processor_name.c \
219219
pget_version.c \
@@ -240,8 +240,8 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
240240
pgroup_translate_ranks.c \
241241
pgroup_union.c \
242242
pibsend.c \
243-
pimprobe.c \
244-
pimrecv.c \
243+
pimprobe.c \
244+
pimrecv.c \
245245
pinfo_c2f.c \
246246
pinfo_create.c \
247247
pinfo_delete.c \
@@ -300,11 +300,11 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
300300
pprobe.c \
301301
ppublish_name.c \
302302
pquery_thread.c \
303-
praccumulate.c \
303+
praccumulate.c \
304304
precv_init.c \
305305
precv.c \
306306
preduce.c \
307-
pireduce.c \
307+
pireduce.c \
308308
preduce_init.c \
309309
pregister_datarep.c \
310310
preduce_local.c \
@@ -318,9 +318,9 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
318318
prequest_f2c.c \
319319
prequest_free.c \
320320
prequest_get_status.c \
321-
prget.c \
322-
prget_accumulate.c \
323-
prput.c \
321+
prget.c \
322+
prget_accumulate.c \
323+
prput.c \
324324
prsend_init.c \
325325
prsend.c \
326326
pscan.c \
@@ -397,29 +397,29 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
397397
pwaitall.c \
398398
pwaitany.c \
399399
pwaitsome.c \
400-
pwtime.c \
401-
pwtick.c \
400+
pwtime.c \
401+
pwtick.c \
402402
paccumulate.c \
403403
pget.c \
404404
pput.c \
405-
pwin_allocate.c \
406-
pwin_allocate_shared.c \
407-
pwin_attach.c \
405+
pwin_allocate.c \
406+
pwin_allocate_shared.c \
407+
pwin_attach.c \
408408
pwin_c2f.c \
409409
pwin_call_errhandler.c \
410410
pwin_complete.c \
411411
pwin_create_errhandler.c \
412412
pwin_create_keyval.c \
413413
pwin_create.c \
414-
pwin_create_dynamic.c \
414+
pwin_create_dynamic.c \
415415
pwin_delete_attr.c \
416-
pwin_detach.c \
416+
pwin_detach.c \
417417
pwin_f2c.c \
418418
pwin_fence.c \
419-
pwin_flush.c \
420-
pwin_flush_all.c \
421-
pwin_flush_local.c \
422-
pwin_flush_local_all.c \
419+
pwin_flush.c \
420+
pwin_flush_all.c \
421+
pwin_flush_local.c \
422+
pwin_flush_local_all.c \
423423
pwin_free_keyval.c \
424424
pwin_free.c \
425425
pwin_get_attr.c \
@@ -428,18 +428,18 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
428428
pwin_get_info.c \
429429
pwin_get_name.c \
430430
pwin_lock.c \
431-
pwin_lock_all.c \
431+
pwin_lock_all.c \
432432
pwin_post.c \
433433
pwin_set_attr.c \
434434
pwin_set_errhandler.c \
435435
pwin_set_info.c \
436436
pwin_set_name.c \
437-
pwin_shared_query.c \
437+
pwin_shared_query.c \
438438
pwin_start.c \
439-
pwin_sync.c \
439+
pwin_sync.c \
440440
pwin_test.c \
441441
pwin_unlock.c \
442-
pwin_unlock_all.c \
442+
pwin_unlock_all.c \
443443
pwin_wait.c
444444

445445
if OMPI_ENABLE_MPI1_COMPAT

ompi/mpi/fortran/mpif-h/Makefile.am

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# University of Stuttgart. All rights reserved.
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
12-
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
12+
# Copyright (c) 2006-2021 Cisco Systems, Inc. All rights reserved.
1313
# Copyright (c) 2011-2013 Inria. All rights reserved.
1414
# Copyright (c) 2011-2013 Universite Bordeaux 1
1515
# Copyright (c) 2013-2018 Los Alamos National Security, LLC. All rights
@@ -136,25 +136,25 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
136136
aint_add_f.c \
137137
aint_diff_f.c \
138138
allgather_f.c \
139-
allgather_init_f.c \
139+
allgather_init_f.c \
140140
allgatherv_f.c \
141-
allgatherv_init_f.c \
141+
allgatherv_init_f.c \
142142
alloc_mem_f.c \
143143
allreduce_f.c \
144-
allreduce_init_f.c \
144+
allreduce_init_f.c \
145145
alltoall_f.c \
146-
alltoall_init_f.c \
146+
alltoall_init_f.c \
147147
alltoallv_f.c \
148-
alltoallv_init_f.c \
148+
alltoallv_init_f.c \
149149
alltoallw_f.c \
150-
alltoallw_init_f.c \
150+
alltoallw_init_f.c \
151151
attr_delete_f.c \
152152
attr_get_f.c \
153153
attr_put_f.c \
154154
barrier_f.c \
155-
barrier_init_f.c \
155+
barrier_init_f.c \
156156
bcast_f.c \
157-
bcast_init_f.c \
157+
bcast_init_f.c \
158158
bsend_f.c \
159159
bsend_init_f.c \
160160
buffer_attach_f.c \
@@ -213,7 +213,7 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
213213
error_class_f.c \
214214
error_string_f.c \
215215
exscan_f.c \
216-
exscan_init_f.c \
216+
exscan_init_f.c \
217217
f_sync_reg_f.c \
218218
file_call_errhandler_f.c \
219219
file_close_f.c \
@@ -278,9 +278,9 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
278278
finalize_f.c \
279279
free_mem_f.c \
280280
gather_f.c \
281-
gather_init_f.c \
281+
gather_init_f.c \
282282
gatherv_f.c \
283-
gatherv_init_f.c \
283+
gatherv_init_f.c \
284284
get_address_f.c \
285285
get_count_f.c \
286286
get_elements_f.c \

ompi/mpi/fortran/mpif-h/profile/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ linked_files = \
371371
pwaitany_f.c \
372372
pwait_f.c \
373373
pwaitsome_f.c \
374-
pwtick_f.c \
375-
pwtime_f.c \
374+
pwtick_f.c \
375+
pwtime_f.c \
376376
paccumulate_f.c \
377377
praccumulate_f.c \
378378
pregister_datarep_f.c \

0 commit comments

Comments
 (0)