diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-13 01:40:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-13 01:40:26 +0200 |
| commit | e5fd940695802fc383044d5c29ff3653e8fe6d65 (patch) | |
| tree | 02b2364ea7a8111b3e98c05bcde68e5af3165743 /src/wx/auto_crop_dialog.h | |
| parent | 8e60c0c1ad5dc30306bd410b8e540a1981136962 (diff) | |
White space: auto_crop_dialog.{cc,h}, export_video_file_dialog.{cc,h}, time_calculation_test.cc
Diffstat (limited to 'src/wx/auto_crop_dialog.h')
| -rw-r--r-- | src/wx/auto_crop_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/auto_crop_dialog.h b/src/wx/auto_crop_dialog.h index 4ccd681ed..383f95a5a 100644 --- a/src/wx/auto_crop_dialog.h +++ b/src/wx/auto_crop_dialog.h @@ -34,10 +34,10 @@ class SpinCtrl; class AutoCropDialog : public TableDialog { public: - AutoCropDialog (wxWindow* parent, Crop crop); + AutoCropDialog(wxWindow* parent, Crop crop); - Crop get () const; - void set (Crop crop); + Crop get() const; + void set(Crop crop); boost::signals2::signal<void (Crop)> Changed; |
