Skip to content

Commit

Permalink
Updated some indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNicStone committed Aug 14, 2024
1 parent 7897fb3 commit e7af544
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions volk.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
# include <vulkan/vk_platform.h>
# include <vulkan/vulkan_core.h>

#if !defined(__XCB_H__)
# include <stdint.h>
typedef struct xcb_connection_t xcb_connection_t;
typedef uint32_t xcb_window_t;
typedef uint32_t xcb_visualid_t;
#endif
# if !defined(__XCB_H__)
# include <stdint.h>
typedef struct xcb_connection_t xcb_connection_t;
typedef uint32_t xcb_window_t;
typedef uint32_t xcb_visualid_t;
# endif

# include <vulkan/vulkan_xcb.h>

Expand Down

0 comments on commit e7af544

Please sign in to comment.