mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Set clang-format standard to C++11 (#1820)
This commit is contained in:
		| @@ -161,7 +161,7 @@ convertToJson(const T& src, JsonVariant dst) { | ||||
| } | ||||
|  | ||||
| template <> | ||||
| struct Converter<SerializedValue<const char*> > | ||||
| struct Converter<SerializedValue<const char*>> | ||||
|     : private detail::VariantAttorney { | ||||
|   static void toJson(SerializedValue<const char*> src, JsonVariant dst) { | ||||
|     auto data = getData(dst); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user