summaryrefslogtreecommitdiff
path: root/src/wx/auto_crop_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-13 01:40:26 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-13 01:40:26 +0200
commite5fd940695802fc383044d5c29ff3653e8fe6d65 (patch)
tree02b2364ea7a8111b3e98c05bcde68e5af3165743 /src/wx/auto_crop_dialog.h
parent8e60c0c1ad5dc30306bd410b8e540a1981136962 (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.h6
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;