Skip to content

Commit 7e6fd4f

Browse files
committed
Fix whitespace/formatting/typos.
1 parent 6017b71 commit 7e6fd4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
add_subdirectory(application-binary-interface )
2-
add_subdirectory(runtime-libraries )
1+
add_subdirectory(application-binary-interface)
2+
add_subdirectory(runtime-libraries)
33
add_subdirectory(tests)
44

55
set(N_CPU ${N_CPU} PARENT_SCOPE)

src/tests/utilities/opencoarrays_object_interface.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module opencoarrays_object_interface
2-
!! Object pattern abstract type to provide a universal interface to a userd-defined derived type ouptput
3-
!! capability specified in a generic binding
2+
!! Object pattern abstract type to provide a universal interface to a user-defined
3+
!! derived type output capability specified in a generic binding
44
implicit none
55

66
type, abstract :: object

0 commit comments

Comments
 (0)