diff options
-rw-r--r-- | docs/spice_style.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/spice_style.txt b/docs/spice_style.txt index 683c53cb..90d7dc5a 100644 --- a/docs/spice_style.txt +++ b/docs/spice_style.txt @@ -87,11 +87,6 @@ Defining Constant values Use defines for constant values for improving readability and ease of changes. Alternatively, use global `const` variables. -void argument -------------- - -Don't add explicitly void argument in functions without arguments. (i.e., void function_name() is OK) - Short functions --------------- |