mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-27 06:41:58 +00:00
Reformat code with clang format
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <istream>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include "Utils/ClassUtils.h"
|
||||
|
||||
#include <istream>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
class SndCurveReader
|
||||
{
|
||||
public:
|
||||
@ -17,7 +17,7 @@ public:
|
||||
double m_x;
|
||||
double m_y;
|
||||
};
|
||||
|
||||
|
||||
std::vector<Knot> m_knots;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user