forked from bblanchon/ArduinoJson
Clang-Format: set AllowShortLoopsOnASingleLine
to false
This commit is contained in:
@ -7,7 +7,8 @@
|
||||
|
||||
static void eraseString(std::string& str) {
|
||||
char* p = const_cast<char*>(str.c_str());
|
||||
while (*p) *p++ = '*';
|
||||
while (*p)
|
||||
*p++ = '*';
|
||||
}
|
||||
|
||||
TEST_CASE("std::string") {
|
||||
|
Reference in New Issue
Block a user