LINT: Add files to whitelist, fix detected indent errors
[oweals/minetest.git] / src / client / render / stereo.cpp
index eec9f8ced94a6c4a91ac231a7f285fa34ea627ce..1fa72d0fa76148ae951c6587bf0536c3e8339136 100644 (file)
@@ -24,8 +24,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "settings.h"
 
 RenderingCoreStereo::RenderingCoreStereo(
-               IrrlichtDevice *_device, Client *_client, Hud *_hud)
-    : RenderingCore(_device, _client, _hud)
+       IrrlichtDevice *_device, Client *_client, Hud *_hud)
+       : RenderingCore(_device, _client, _hud)
 {
        eye_offset = BS * g_settings->getFloat("3d_paralax_strength");
 }