Skip to content

Commit 7252e81

Browse files
ci(pre-commit): Apply automatic fixes
1 parent bed762c commit 7252e81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/ESP_I2S/src/ESP_I2S.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -719,13 +719,13 @@ bool I2SClass::end() {
719719
#if SOC_I2S_SUPPORTS_TDM
720720
case I2S_MODE_TDM:
721721
#endif
722-
if(_mclk >= 0) {
722+
if (_mclk >= 0) {
723723
perimanClearPinBus(_mclk);
724724
}
725-
if(_bclk >= 0) {
725+
if (_bclk >= 0) {
726726
perimanClearPinBus(_bclk);
727727
}
728-
if(_ws >= 0) {
728+
if (_ws >= 0) {
729729
perimanClearPinBus(_ws);
730730
}
731731
if (_dout >= 0) {

0 commit comments

Comments
 (0)