Skip to content

Commit a38b6b4

Browse files
authored
Update CODING_STANDARD.md
1 parent 8810482 commit a38b6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CODING_STANDARD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here a few minimalistic coding rules for the CPROVER source tree.
9393
- Separate basic words by `_`
9494
- Avoid abbreviations (e.g. prefer `symbol_table` to `st`).
9595
- User defined type identifiers have to be terminated by `t`. Moreover, before
96-
`t` may not be `t`.
96+
`t` may not be `_`.
9797
- Do not use `m_` prefix nor `_` suffix for names of attributes of structured
9898
types.
9999
- Enum values may use the characters `[A-Z0-9_]`
@@ -113,7 +113,7 @@ Here a few minimalistic coding rules for the CPROVER source tree.
113113
source_file2.cpp \
114114
# Empty last line
115115
```
116-
- This ensures the Makefiles can be easily merged.
116+
This ensures the Makefiles can be easily merged.
117117

118118
# Program Command Line Options
119119
- Each program contains a `program_name_parse_optionst` class which should

0 commit comments

Comments
 (0)