Skip to content

Commit

Permalink
minor whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 9, 2020
1 parent 332caeb commit ab841f7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Empty file modified Android.mk
100755 → 100644
Empty file.
Empty file modified Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
100755 → 100644
Empty file.
Empty file modified Xcode-iOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj
100755 → 100644
Empty file.
Empty file modified Xcode/SDL/SDL.xcodeproj/project.pbxproj
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ typedef enum
SDL_DISPLAYEVENT_NONE, /**< Never used */
SDL_DISPLAYEVENT_ORIENTATION, /**< Display orientation has changed to data1 */
SDL_DISPLAYEVENT_CONNECTED, /**< Display has been added to the system */
SDL_DISPLAYEVENT_DISCONNECTED /**< Display has been removed from the system */
SDL_DISPLAYEVENT_DISCONNECTED /**< Display has been removed from the system */
} SDL_DisplayEventID;

typedef enum
Expand Down

0 comments on commit ab841f7

Please sign in to comment.