Skip to content

Commit

Permalink
そろそろcr.registの閉じカッコ揃えとくか
Browse files Browse the repository at this point in the history
  • Loading branch information
ePi5131 committed Jul 6, 2023
1 parent 4505d02 commit 6513fdf
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion patch/patch_add_extension.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_aup_layer_setting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_aup_scene_setting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_dialog_new_file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_exo_fold_gui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_exo_midpt_and_tra.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_exo_specialcolorconv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_exo_trackparam.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_failed_file_drop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_failed_longer_path.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_fast_create_figure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ namespace patch::fast {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_fast_directionalblur.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace patch::fast {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_fast_displacementmap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace patch::fast {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_fast_glow.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ namespace patch::fast {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_fast_lensblur.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace patch::fast {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_fast_polartransform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace patch::fast {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_fileinfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_ignore_media_param_reset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_obj_colorcorrection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_obj_glow.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_obj_imageloop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_obj_noise.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_obj_specialcolorconv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_playback_speed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_rclickmenu_delete.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_rclickmenu_split.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_rendering.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_script_sort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_setting_dialog_excolorconfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_setting_new_project.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_tra_change_drawfilter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_tra_specified_speed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace patch {
void switch_load(ConfigReader& cr) {
cr.regist(key, [this](json_value_s* value) {
ConfigReader::load_variable(value, enabled);
});
});
}

void switch_store(ConfigWriter& cw) {
Expand Down

0 comments on commit 6513fdf

Please sign in to comment.