mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	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