summaryrefslogtreecommitdiff
path: root/ASSET_SYSTEM.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-01-31 00:57:47 +0100
committerskal <pascal.massimino@gmail.com>2026-01-31 00:57:49 +0100
commit2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 (patch)
treecf04b194f81966a109a846e2728cab0875db20d1 /ASSET_SYSTEM.md
parent91f557d8777d6185ed47927318973d515f8dcbee (diff)
Chore: Remove trailing whitespaces across the codebase
Diffstat (limited to 'ASSET_SYSTEM.md')
-rw-r--r--ASSET_SYSTEM.md2
1 files changed, 1 insertions, 1 deletions
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);