From 4b7bd7d588a91b47e03f286e700afb5046f00ea4 Mon Sep 17 00:00:00 2001 From: Patrick Vogler Date: Thu, 22 Jun 2023 14:17:20 +0000 Subject: [PATCH] Update 'Coding Style' --- Coding-Style.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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