Skip to content

Commit 0369649

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

STYLE_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ focus on the semantics of the proposed changes rather than style and formatting.
6262
When defining many arrays of the same dimension, `dimension` can be used as an exception if it makes the code less verbose.
6363
* If the `optional` attribute is used to declare a dummy argument, it should follow the `intent` attribute.
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)).
65-
Prefer the following pattern:
66-
```
65+
Prefer the following pattern:
66+
```
6767
<attribute> <attribute> module <function/subroutine> <name>
6868
```
6969
instead of:

0 commit comments

Comments
 (0)