mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 23:38:09 -05:00
Reformat code with clang format
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
|
||||
#include "AssetList.h"
|
||||
#include "Csv/CsvStream.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
class AssetListInputStream
|
||||
{
|
||||
CsvInputStream m_stream;
|
||||
@ -22,4 +22,4 @@ public:
|
||||
explicit AssetListOutputStream(std::ostream& stream);
|
||||
|
||||
void WriteEntry(const AssetListEntry& entry);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user