From ddb5652ab63c7d8720e1544af364b3252e0c1a9f Mon Sep 17 00:00:00 2001
From: Sean Ryder <sean@debian-pc.home>
Date: Wed, 20 Jan 2016 15:55:32 +0000
Subject: [PATCH] Tabbing

---
 src/hardware/hw_md2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/hardware/hw_md2.c b/src/hardware/hw_md2.c
index c336e7bb3..6a315d881 100644
--- a/src/hardware/hw_md2.c
+++ b/src/hardware/hw_md2.c
@@ -1107,8 +1107,8 @@ spritemd2found:
 static void HWR_CreateBlendedTexture(GLPatch_t *gpatch, GLPatch_t *blendgpatch, GLMipmap_t *grmip, skincolors_t color)
 {
 	UINT16 w = gpatch->width, h = gpatch->height;
-    UINT32 size = w*h;
-    RGBA_t *image, *blendimage, *cur, blendcolor;
+	UINT32 size = w*h;
+	RGBA_t *image, *blendimage, *cur, blendcolor;
 
 	if (grmip->width == 0)
 	{
-- 
GitLab