mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 15:09:19 +02:00
Format source code using clang-format
This commit is contained in:
5
Curve.h
5
Curve.h
@@ -8,7 +8,7 @@
|
||||
|
||||
class TCurve
|
||||
{
|
||||
public:
|
||||
public:
|
||||
__fastcall TCurve();
|
||||
__fastcall ~TCurve();
|
||||
bool __fastcall Init(int n, int c);
|
||||
@@ -21,9 +21,8 @@ public:
|
||||
int iNumValues;
|
||||
int iNumCols;
|
||||
|
||||
private:
|
||||
private:
|
||||
float **Values;
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user