Skip to content

Commit bfaba1e

Browse files
committed
Fixed bug 5145 - Fix whitespace in SDL_vulkan.h
Colin Caine Everywhere else seems to use spaces. See patch diffed from a fresh hg checkout yesterday.
1 parent 8d6ee6e commit bfaba1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/SDL_vulkan.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ extern DECLSPEC void SDLCALL SDL_Vulkan_UnloadLibrary(void);
205205
* \sa SDL_Vulkan_CreateSurface()
206206
*/
207207
extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_GetInstanceExtensions(
208-
SDL_Window *window,
209-
unsigned int *pCount,
210-
const char **pNames);
208+
SDL_Window *window,
209+
unsigned int *pCount,
210+
const char **pNames);
211211

212212
/**
213213
* \brief Create a Vulkan rendering surface for a window.
@@ -239,9 +239,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_GetInstanceExtensions(
239239
* \sa SDL_Vulkan_GetInstanceExtensions()
240240
*/
241241
extern DECLSPEC SDL_bool SDLCALL SDL_Vulkan_CreateSurface(
242-
SDL_Window *window,
243-
VkInstance instance,
244-
VkSurfaceKHR* surface);
242+
SDL_Window *window,
243+
VkInstance instance,
244+
VkSurfaceKHR* surface);
245245

246246
/**
247247
* \brief Get the size of a window's underlying drawable in pixels (for use

0 commit comments

Comments
 (0)