diff --git a/Coding-Style.md b/Coding-Style.md index 73b3f04..5ffd4a1 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -361,7 +361,9 @@ For header files, the function prototypes must be vertically aligned in six colu ``` Each column is marked by the function delimiter with a `|` with each element in the column right aligned to the column seperator. The delimiter must precede every function prototype except the first. -### Derived Types +### Variables + +### Structures, enumerations, typedefs ## Comments ## Syntactic Conventions