diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-31 00:57:47 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-31 00:57:49 +0100 |
| commit | 2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 (patch) | |
| tree | cf04b194f81966a109a846e2728cab0875db20d1 /ASSET_SYSTEM.md | |
| parent | 91f557d8777d6185ed47927318973d515f8dcbee (diff) | |
Chore: Remove trailing whitespaces across the codebase
Diffstat (limited to 'ASSET_SYSTEM.md')
| -rw-r--r-- | ASSET_SYSTEM.md | 2 |
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); |
