Skip to content

Commit

Permalink
[emapp] clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
hkrn committed Jun 10, 2021
1 parent 1bb8710 commit b7d8463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emapp/src/internal/imgui/ModelParameterDialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,8 @@ EnableModelEditingCommand::destroy(Project *project)
}

struct DisableModelEditingCommand : ImGuiWindow::ILazyExecutionCommand {
static void saveLastModel(const Model *activeModel, const ModelParameterDialog::SavedState::ModelState &state, Error &error);
static void saveLastModel(
const Model *activeModel, const ModelParameterDialog::SavedState::ModelState &state, Error &error);
static void saveCurrentModel(const Model *activeModel, Error &error);

DisableModelEditingCommand(ModelParameterDialog::SavedState *state);
Expand Down

0 comments on commit b7d8463

Please sign in to comment.