mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added newline at ed of file
This commit is contained in:
		| @@ -1,2 +1,7 @@ | ||||
| cd .. | ||||
| find include src test -regex ".*\.[ch]pp$" -exec clang-format -style=Google -i {} \; | ||||
| FILES=$(find include src test -regex ".*\.[ch]pp$") | ||||
|  | ||||
| clang-format -style=Google -i  $FILES | ||||
|  | ||||
| # insert newline at end of file | ||||
| sed -i -e '$a\' $FILES | ||||
|   | ||||
		Reference in New Issue
	
	Block a user