clang-format in src/win/

This commit is contained in:
Jasmine Iwanek
2022-09-18 17:16:00 -04:00
parent ae4f9aedaa
commit 740d7af8d6
6 changed files with 231 additions and 249 deletions

View File

@@ -25,7 +25,7 @@
#include <uxtheme.h>
#undef BITMAP
#ifdef ENABLE_SETTINGS_LOG
#include <assert.h>
# include <assert.h>
#endif
#include <commctrl.h>
#include <inttypes.h>
@@ -4323,7 +4323,7 @@ zip_add_locations(HWND hdlg)
settings_add_string(hdlg, IDC_COMBO_ZIP_BUS, win_get_string(combo_id_to_string_id(i)));
}
for (i = 0; i < (SCSI_BUS_MAX * SCSI_LUN_MAX) ; i++) {
for (i = 0; i < (SCSI_BUS_MAX * SCSI_LUN_MAX); i++) {
wsprintf(lptsTemp, plat_get_string(IDS_4135), i >> 4, i & 15);
settings_add_string(hdlg, IDC_COMBO_ZIP_ID, (LPARAM) lptsTemp);
}