mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
clang-format the universe
find . -name '*.c' -o -name '*.cpp' -o -name '*.cc'-o \
-name '*.h' -o -name '*.hpp' \
| xargs clang-format --style=file -i
Diffs=
c885b0ffd clang-format the universe
This commit is contained in:
@@ -55,9 +55,7 @@ public:
|
||||
printf("%c\n", c);
|
||||
}
|
||||
|
||||
void add(const char key[], int value) {
|
||||
this->add(key, std::to_string(value).c_str());
|
||||
}
|
||||
void add(const char key[], int value) { this->add(key, std::to_string(value).c_str()); }
|
||||
};
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user