summaryrefslogtreecommitdiff
path: root/SESSION_NOTES.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 /SESSION_NOTES.md
parent91f557d8777d6185ed47927318973d515f8dcbee (diff)
Chore: Remove trailing whitespaces across the codebase
Diffstat (limited to 'SESSION_NOTES.md')
-rw-r--r--SESSION_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/SESSION_NOTES.md b/SESSION_NOTES.md
index 76aa782..5ba42f7 100644
--- a/SESSION_NOTES.md
+++ b/SESSION_NOTES.md
@@ -5484,7 +5484,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);