Skip to content

Commit e9f83b8

Browse files
author
Colin Robertson
committed
Fix indentation per 1365
1 parent 6aa1569 commit e9f83b8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// DWORD dwStyle
2-
// CRect rectDummy
3-
m_wndWatch.Create(dwStyle, rectDummy, this, ID_LIST_1);
4-
m_wndWatch.SendMessage(LVM_SETEXTENDEDLISTVIEWSTYLE, 0, LVS_EX_FULLROWSELECT | LVS_EX_GRIDLINES);
5-
m_wndWatch.InsertColumn(0, _T("Variable"), LVCFMT_LEFT, 100);
6-
m_wndWatch.InsertColumn(1, _T("Value"), LVCFMT_LEFT, 100);
2+
// CRect rectDummy
3+
m_wndWatch.Create(dwStyle, rectDummy, this, ID_LIST_1);
4+
m_wndWatch.SendMessage(LVM_SETEXTENDEDLISTVIEWSTYLE, 0, LVS_EX_FULLROWSELECT | LVS_EX_GRIDLINES);
5+
m_wndWatch.InsertColumn(0, _T("Variable"), LVCFMT_LEFT, 100);
6+
m_wndWatch.InsertColumn(1, _T("Value"), LVCFMT_LEFT, 100);
77

8-
m_wndWatch.InsertItem(0, _T("m_nCount"));
9-
m_wndWatch.SetItemText(0, 1, _T("100"));
8+
m_wndWatch.InsertItem(0, _T("m_nCount"));
9+
m_wndWatch.SetItemText(0, 1, _T("100"));
1010

11-
m_wndWatch.SetFont(&m_Font);
11+
m_wndWatch.SetFont(&m_Font);

0 commit comments

Comments
 (0)