Skip to content

Commit 0c35330

Browse files
committed
Remove unintentionally indented closing braces.
1 parent 902cd85 commit 0c35330

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Core/Tools/W3DView/AnimationPropPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ CAnimationPropPage::DoDataExchange (CDataExchange* pDX)
7373
//{{AFX_DATA_MAP(CAnimationPropPage)
7474
// NOTE: the ClassWizard will add DDX and DDV calls here
7575
//}}AFX_DATA_MAP
76-
}
76+
}
7777

7878

7979
BEGIN_MESSAGE_MAP(CAnimationPropPage, CPropertyPage)

Core/Tools/W3DView/AnimationSpeed.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CAnimationSpeed::CAnimationSpeed (CWnd* pParent)
5252
//{{AFX_DATA_INIT(CAnimationSpeed)
5353
// NOTE: the ClassWizard will add member initialization here
5454
//}}AFX_DATA_INIT
55-
}
55+
}
5656

5757
//////////////////////////////////////////////////////////////
5858
//
@@ -65,7 +65,7 @@ CAnimationSpeed::DoDataExchange (CDataExchange* pDX)
6565
//{{AFX_DATA_MAP(CAnimationSpeed)
6666
DDX_Control(pDX, IDC_SPEED_SLIDER, m_speedSlider);
6767
//}}AFX_DATA_MAP
68-
}
68+
}
6969

7070

7171
BEGIN_MESSAGE_MAP(CAnimationSpeed, CDialog)
@@ -164,7 +164,7 @@ CAnimationSpeed::OnHScroll
164164

165165
// Allow the base class to process this message
166166
CDialog::OnHScroll (nSBCode, nPos, pScrollBar);
167-
}
167+
}
168168

169169
//////////////////////////////////////////////////////////////
170170
//
@@ -175,7 +175,7 @@ CAnimationSpeed::OnDestroy (void)
175175
{
176176
m_iInitialPercent = m_speedSlider.GetPos ();
177177
CDialog::OnDestroy();
178-
}
178+
}
179179

180180
//////////////////////////////////////////////////////////////
181181
//

0 commit comments

Comments
 (0)