2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-16 15:01:44 +00:00

clang format

This commit is contained in:
Alex
2024-02-09 11:43:02 -05:00
parent 2478a1355f
commit bfed3d5e68
4 changed files with 10 additions and 8 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#pragma once
#include "Csv/CsvStream.h"
#include <sstream>
#include <unordered_map>
#include "Csv/CsvStream.h"
class ParsedCsvRow
{
+2 -2
View File
@@ -1,6 +1,7 @@
#include <foxen/flac.h>
#include "FlacDecoder.h"
#include <foxen/flac.h>
class fx_flac_raii
{
public:
@@ -35,7 +36,6 @@ public:
: m_data(data),
m_length(length)
{
}
unsigned int GetFrameCount() override
+2 -1
View File
@@ -1,7 +1,8 @@
#pragma once
#include <ostream>
#include "Sound/WavTypes.h"
#include <ostream>
class WavWriter
{
public: