We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5145 - Fix whitespace in SDL_vulkan.h
Summary: Fix whitespace in SDL_vulkan.h
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.1
Hardware: All All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-19 01:36 UTC by Colin Caine
Modified: 2020-05-30 05:58 UTC (History)
0 users

See Also:


Attachments
patch (1.23 KB, patch)
2020-05-19 01:36 UTC, Colin Caine
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Caine 2020-05-19 01:36:49 UTC
Created attachment 4347 [details]
patch

Everywhere else seems to use spaces.

See patch diffed from a fresh hg checkout yesterday.
Comment 1 Sam Lantinga 2020-05-29 23:29:17 UTC
Patch added, thanks!
https://hg.libsdl.org/SDL/rev/f3b224d7f3d9
Comment 2 Colin Caine 2020-05-30 05:56:18 UTC
You're welcome! Thanks to all the contributors for SDL!
Comment 3 Colin Caine 2020-05-30 05:58:58 UTC
Lol, looking at the file now, even this doesn't look right. Maybe I'll have another go sometime ;)