mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Activate some clang-tidy checks (#1884)
This commit is contained in:
		| @@ -7,7 +7,7 @@ namespace apds9960 { | ||||
| static const char *TAG = "apds9960"; | ||||
|  | ||||
| #define APDS9960_ERROR_CHECK(func) \ | ||||
|   if (!func) { \ | ||||
|   if (!(func)) { \ | ||||
|     this->mark_failed(); \ | ||||
|     return; \ | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user