Fixed the god-awful indentation

This commit is contained in:
mathusummut
2018-05-06 00:01:36 +02:00
parent 643e3820f5
commit 35b7b1f1a6
459 changed files with 204893 additions and 217545 deletions

View File

@@ -13,19 +13,21 @@
#include "leak_dumper.h"
namespace Shared{ namespace Graphics{
namespace Shared {
namespace Graphics {
// =====================================================
// class Context
// =====================================================
// =====================================================
// class Context
// =====================================================
Context::Context() {
colorBits= 32;
depthBits= 24;
stencilBits= 0;
hardware_acceleration=0;
fullscreen_anti_aliasing=0;
gammaValue=0;
}
Context::Context() {
colorBits = 32;
depthBits = 24;
stencilBits = 0;
hardware_acceleration = 0;
fullscreen_anti_aliasing = 0;
gammaValue = 0;
}
}}//end namespace
}
}//end namespace