Skip to content

Commit

Permalink
PlateSettingsDialog.cpp: trailing whitespace cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jamin W. Collins <[email protected]>
  • Loading branch information
jamincollins committed Apr 12, 2024
1 parent 87f4293 commit eca2fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slic3r/GUI/PlateSettingsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void PlateSettingsDialog::on_dpi_changed(const wxRect& suggested_rect)
}

wxString PlateSettingsDialog::get_plate_name() const {
return m_ti_plate_name->GetTextCtrl()->GetValue();
return m_ti_plate_name->GetTextCtrl()->GetValue();
}

void PlateSettingsDialog::set_plate_name(const wxString &name) { m_ti_plate_name->GetTextCtrl()->SetValue(name); }
Expand Down Expand Up @@ -349,4 +349,4 @@ void PlateNameEditDialog::set_plate_name(const wxString &name) {
m_ti_plate_name->GetTextCtrl()->SetInsertionPointEnd();
}

}} // namespace Slic3r::GUI
}} // namespace Slic3r::GUI

0 comments on commit eca2fdf

Please sign in to comment.