chore: Apply code formatting on entire codebase for consistent style

This commit is contained in:
icex2
2023-03-21 23:37:01 +01:00
committed by icex2
parent a1a849aef3
commit 031836ef0e
186 changed files with 2446 additions and 1979 deletions

View File

@@ -32,7 +32,7 @@ void lcd_init(void)
log_assert(lcd_fd == NULL);
HRESULT hr;
hr = iohook_open_nul_fd(&lcd_fd);
if (hr != S_OK) {