Indentation style changed to Allman
Using Artistic Style (http://astyle.sourceforge.net/) Options: --style=allman --indent=tab --keep-one-line-blocks --align-pointer=type --align-reference=name
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
uniform samplerCube CubemapTexture;
|
||||
|
||||
in VertexData {
|
||||
in VertexData
|
||||
{
|
||||
vec3 TextureCoord;
|
||||
} Input;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user