From 89613314781c9a672676f112b6004e423444b5cb Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 22 Mar 2020 07:39:44 -0400 Subject: [PATCH] bit --- DEVEL/code_style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVEL/code_style.txt b/DEVEL/code_style.txt index b17076823..6946604e1 100644 --- a/DEVEL/code_style.txt +++ b/DEVEL/code_style.txt @@ -48,7 +48,7 @@ Functions and Control Statements For a function definition, the return type, declarator, and opening brace should each appear on a line of their own. Arguments are never declared in the -function declarator, but are declared, unintended, K&R-style before the +function declarator, but are declared, unindented, K&R-style before the opening brace: void