run clang-format

This commit is contained in:
Pheenoh
2020-12-26 11:31:49 -05:00
parent 64a6a97b7b
commit 4c504d078d
180 changed files with 4083 additions and 4253 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
#include "global.h"
namespace Z2Calc{
struct CurveSign{
// temp
namespace Z2Calc {
struct CurveSign {
// temp
};
struct FNoise1f{
struct FNoise1f {
void setParam(float, float, float);
float tau(float);
float calcNoise1f();
@@ -20,4 +20,4 @@ float linearTransform(float, float, float, float, float, bool);
float getParamByExp(float, float, float, float, float, float, Z2Calc::CurveSign);
float getRandom(float, float, float);
float getRandom_0_1(void);
}
} // namespace Z2Calc