From 464a6c1441b27e35c3d2bc4d1a8f395c7cfce8e7 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sun, 28 Jul 2019 00:23:17 -0500 Subject: [PATCH] Fix indentation of bool variables in glfw/egl_context.h Caused by https://github.com/kovidgoyal/kitty/commit/fe62700825ef4b9bb143b3792797959d85181b29. --- glfw/egl_context.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/glfw/egl_context.h b/glfw/egl_context.h index 4aed88ca7..2f76903e1 100644 --- a/glfw/egl_context.h +++ b/glfw/egl_context.h @@ -173,13 +173,13 @@ typedef struct _GLFWlibraryEGL { EGLDisplay display; EGLint major, minor; - bool prefix; + bool prefix; - bool KHR_create_context; - bool KHR_create_context_no_error; - bool KHR_gl_colorspace; - bool KHR_get_all_proc_addresses; - bool KHR_context_flush_control; + bool KHR_create_context; + bool KHR_create_context_no_error; + bool KHR_gl_colorspace; + bool KHR_get_all_proc_addresses; + bool KHR_context_flush_control; void* handle;