mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-04-11 05:27:39 +03:00
style: apply clang-format and enforce left pointer alignment
This commit is contained in:
@@ -14,7 +14,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
void register_i2ctools(void);
|
||||
esp_err_t cmd_i2ctools_scan_bus(FILE *f,int sda, int scl);
|
||||
esp_err_t cmd_i2ctools_scan_bus(FILE* f, int sda, int scl);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user