style: apply clang format
This commit is contained in:
		| @@ -4,8 +4,8 @@ | ||||
| #include "../lib/glm/glm.hpp" | ||||
|  | ||||
| struct Vertex { | ||||
| 	glm::vec3 position{ 0.0f, 0.0f, 0.0f }; | ||||
| 	glm::vec3 color{ 0.0f, 0.0f, 0.0f }; | ||||
| 	glm::vec3 position{0.0f, 0.0f, 0.0f}; | ||||
| 	glm::vec3 color{0.0f, 0.0f, 0.0f}; | ||||
| }; | ||||
|  | ||||
| #endif // VERTEX_H_ | ||||
| #endif // VERTEX_H_ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user