mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added a line-break after each "if" to get more accurate coverage report
This commit is contained in:
		| @@ -24,7 +24,8 @@ class Writer< ::String, void> { | ||||
|   size_t write(uint8_t c) { | ||||
|     ARDUINOJSON_ASSERT(_size < bufferCapacity); | ||||
|     _buffer[_size++] = static_cast<char>(c); | ||||
|     if (_size + 1 >= bufferCapacity) flush(); | ||||
|     if (_size + 1 >= bufferCapacity) | ||||
|       flush(); | ||||
|     return 1; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user