mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-13 20:21:48 +00:00
clang formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "StringUtils.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
namespace utils
|
||||
{
|
||||
@@ -106,7 +106,7 @@ namespace utils
|
||||
{
|
||||
std::vector<std::string> strings{};
|
||||
std::istringstream stream(str);
|
||||
|
||||
|
||||
std::string s;
|
||||
while (std::getline(stream, s, delim))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user