From 30736781ab83034d9ed8d46bfb575c675a7aa5e5 Mon Sep 17 00:00:00 2001
From: Robert <robert.trololo@gmail.com>
Date: Sat, 23 Jan 2021 12:30:00 +0100
Subject: [PATCH] Fixed whitespace

---
 src/texture.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/texture.cpp b/src/texture.cpp
index 0948bba..ea1226b 100644
--- a/src/texture.cpp
+++ b/src/texture.cpp
@@ -15,7 +15,6 @@ namespace oglu
 	AbstractTexture::AbstractTexture(const AbstractTexture& other) :
 		width(other.width), height(other.height), nrChannels(other.nrChannels), texture(other.texture)
 	{
-		
 	}
 
 	AbstractTexture::~AbstractTexture()