- {
- // special value meaning: override explicit pane widths and make them all
- // of the same size
- m_bSameWidthForAllPanes = true;
- }
- else
- {
- for ( size_t i = 0; i < m_panes.GetCount(); i++ )
- m_panes[i].nWidth = widths[i];
-
- m_bSameWidthForAllPanes = false;
- }
+ {
+ // special value meaning: override explicit pane widths and make them all
+ // of the same size
+ m_bSameWidthForAllPanes = true;
+ }
+ else
+ {
+ for ( size_t i = 0; i < m_panes.GetCount(); i++ )
+ m_panes[i].nWidth = widths[i];
+
+ m_bSameWidthForAllPanes = false;
+ }