summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-26 17:11:05 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-26 17:11:05 +0200
commit96ccf65e5c70a26b8dbf722a2734dd632c54a0b5 (patch)
treee9ecccccae0b50c2803001e0c529e9af70a2de64
parentd84cfe7de28070ea31c9a1c0bd7872ac4be4b773 (diff)
Tweak comment formatting.
-rw-r--r--src/tools/dcpomatic.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index 970542c37..7ecc5e453 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -272,8 +272,8 @@ public:
: wxSplitterWindow(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxSP_NOBORDER | wxSP_3DSASH | wxSP_LIVE_UPDATE)
{
/* This value doesn't really mean much but we just want to stop double-click on the
- divider from shrinking the left panel.
- */
+ * divider from shrinking the left panel.
+ */
SetMinimumPaneSize(64);
Bind(wxEVT_SIZE, boost::bind(&LimitedFrameSplitter::sized, this, _1));