replace tabs w/ spaces

This commit is contained in:
jacob 2024-03-28 10:22:55 -05:00
parent fb43d04f8f
commit 6122905949
6 changed files with 67 additions and 66 deletions

View File

@ -3,7 +3,8 @@
/* This is the file that actually includes binary data meant to be embedded in /* This is the file that actually includes binary data meant to be embedded in
* the executable. Embedded files should be added as dependencies to this source * the executable. Embedded files should be added as dependencies to this source
* file via the build system. */ * file via the build system to ensure this unit is recompiled upon changes to
* an embedded file. */
#if RESOURCES_EMBEDDED #if RESOURCES_EMBEDDED
INCBIN_INCLUDE(res_tar, "../build/res.tar"); INCBIN_INCLUDE(res_tar, "../build/res.tar");