mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
code: Add clang-format target and CI workflow (#82)
* code: Add clang format target, rules and CI workflow * code: Run clang format on sources
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
namespace Common {
|
||||
|
||||
std::vector<std::string> SplitString(const std::string &str, char delimiter) {
|
||||
std::vector<std::string> SplitString(const std::string& str, char delimiter) {
|
||||
std::istringstream iss(str);
|
||||
std::vector<std::string> output(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user