Skip to content

Commit 5199ca2

Browse files
committed
docs: STYLE GUIDE attribute ordering convention spacing corrected
1 parent a9eff9a commit 5199ca2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

STYLE_GUIDE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ focus on the semantics of the proposed changes rather than style and formatting.
6464
* For module procedures, it is recommended to declare attributes before the module keyword for better retro compatibility (Projects using CMake versions lower than CMake 3.25.0 are concerned see [Spurious modules](https://gitlab.kitware.com/cmake/cmake/-/issues/18427#note_983426)).
6565
Prefer the following pattern:
6666
```
67-
<attribute> <attribute> module <function/subroutine> <name>
68-
```
69-
instead of:
70-
```
71-
module <attribute> <attribute> <function/subroutine> <name>
72-
```
67+
<attribute> <attribute> module <function/subroutine> <name>
68+
```
69+
instead of:
70+
```
71+
module <attribute> <attribute> <function/subroutine> <name>
72+
```
7373
## End <scope> block closing statements
7474

7575
Fortran allows certain block constructs or scopes to include the name of the program unit in the end statement.

0 commit comments

Comments
 (0)