mirror of
https://github.com/okalachev/flix.git
synced 2026-02-17 15:41:32 +00:00
Change C++ code style: put curly brace on the same line
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
class Vector : public Printable
|
||||
{
|
||||
class Vector : public Printable {
|
||||
public:
|
||||
float x, y, z;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user