Small whitespace cleanup

This commit is contained in:
Ilari Liusvaara 2014-08-09 17:31:53 +03:00
parent b7d0fe9eb1
commit bf32d095a6

View file

@ -341,8 +341,7 @@ branches_menu::branches_menu(wxWindow* win, emulator_instance& _inst, int wxid_l
wxid_range_high = wxid_high;
win->Connect(wxid_low, wxid_high, wxEVT_COMMAND_MENU_SELECTED,
wxCommandEventHandler(branches_menu::on_select), NULL, this);
branchchange.set(inst.dispatch->branch_change, [this]() { runuifun([this]() {
this->update(); }); });
branchchange.set(inst.dispatch->branch_change, [this]() { runuifun([this]() { this->update(); }); });
}
branches_menu::~branches_menu()