From 865bf67b1a94fbc42436fbdbca3deeeed3e174b5 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 26 Jan 2017 18:10:03 +0000 Subject: [PATCH] OSMesa: Fix context struct indentation --- src/osmesa_context.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/osmesa_context.h b/src/osmesa_context.h index 2fa59542..c50513d1 100644 --- a/src/osmesa_context.h +++ b/src/osmesa_context.h @@ -65,10 +65,10 @@ typedef GLFWglproc (GLAPIENTRY * PFN_OSMesaGetProcAddress)(const char*); // typedef struct _GLFWcontextOSMesa { - OSMesaContext handle; - int width; - int height; - void* buffer; + OSMesaContext handle; + int width; + int height; + void* buffer; } _GLFWcontextOSMesa;