Skip to content

Commit

Permalink
include: Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceisjustplaying committed Aug 26, 2024
1 parent 38ec136 commit 3944f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/tic80.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ typedef enum {
TIC80_PIXEL_COLOR_BGRA8888 = (4 << 8) | 32
} tic80_pixel_color_format;

typedef struct
typedef struct
{
struct
{
Expand Down
4 changes: 2 additions & 2 deletions include/tic80_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#pragma once

#if defined(__APPLE__)
// TODO: this disables macos config
// TODO: this disables macos config
# include "AvailabilityMacros.h"
# include "TargetConditionals.h"
// # ifndef TARGET_OS_IPHONE
Expand All @@ -41,7 +41,7 @@
# if defined(_MSC_VER) && defined(_USING_V110_SDK71_)
# define __TIC_WIN7__ 1
# endif
# endif
# endif
# if defined(ANDROID) || defined(__ANDROID__)
# undef __TIC_ANDROID__
# define __TIC_ANDROID__ 1
Expand Down

0 comments on commit 3944f49

Please sign in to comment.