mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
Update clang format to 18 (#2891)
* move to clang-format-18 * clang-format-18 indendation
This commit is contained in:
@@ -343,8 +343,8 @@ class WM8731 : public audio::Codec {
|
||||
headphone_mute();
|
||||
}
|
||||
|
||||
void speaker_enable(){};
|
||||
void speaker_disable(){};
|
||||
void speaker_enable() {};
|
||||
void speaker_disable() {};
|
||||
bool speaker_disable_supported() const override {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user