remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:05:19 +02:00
parent 680f0c17f5
commit 3c1641e3e3
11 changed files with 126 additions and 126 deletions

View File

@@ -52,8 +52,8 @@ typedef unsigned size_t;
/* Those non-standard cc65 exit constants definitions are in addition
** to the EXIT_SUCCESS and EXIT_FAILURE constants, which should not be
** redefined
*/
** redefined
*/
#define EXIT_ASSERT 2
#define EXIT_ABORT 3