From 508878ff0a9e4cd8528727c41819bc2d70b33dd0 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 24 Nov 2025 03:19:49 +0000 Subject: Turn x86 stuff into a chunklet to help out SPT Quick unused header cleanup pass while we're at it. --- DevDocs/code-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DevDocs/code-style.txt') diff --git a/DevDocs/code-style.txt b/DevDocs/code-style.txt index d008a5c..cdbc666 100644 --- a/DevDocs/code-style.txt +++ b/DevDocs/code-style.txt @@ -169,7 +169,7 @@ In no particular order: Bad example: call_function("parameter 1 takes up some space", param_2 + 5, another_var, - x); + x); Good example: call_function("parameter 1 takes up some space", param_2 + 5, -- cgit v1.2.3-54-g00ecf