format code

This commit is contained in:
arm64v8a
2023-05-06 18:00:48 +09:00
parent f53d0aba47
commit 289b67b67b
4 changed files with 5 additions and 6 deletions

View File

@@ -26,10 +26,10 @@ EditCustom::~EditCustom() {
}
#define SAVE_CUSTOM_BEAN \
P_SAVE_COMBO_STRING(core) \
P_SAVE_COMBO_STRING(core) \
bean->command = ui->command->text().split(" "); \
P_SAVE_STRING_QTEXTEDIT(config_simple) \
P_SAVE_COMBO_STRING(config_suffix) \
P_SAVE_COMBO_STRING(config_suffix) \
P_SAVE_INT(mapping_port) \
P_SAVE_INT(socks_port)