From 2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 31 Jan 2026 00:57:47 +0100 Subject: Chore: Remove trailing whitespaces across the codebase --- ASSET_SYSTEM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ASSET_SYSTEM.md') diff --git a/ASSET_SYSTEM.md b/ASSET_SYSTEM.md index 843d8f2..250be07 100644 --- a/ASSET_SYSTEM.md +++ b/ASSET_SYSTEM.md @@ -32,7 +32,7 @@ This instructs the final assembled file assets.h to have a code line: (or an enum instead of #define's) -so that we can call +so that we can call ``` #include "asset.h" const uint8_t* mysample = GetAsset(ASSET_SAMPLE_142); -- cgit v1.2.3