style: Format source code and support grouping client

This commit is contained in:
yuanyuanxiang
2025-10-15 04:32:59 +08:00
parent 77087d2e06
commit 6b81ad1f81
244 changed files with 43052 additions and 42562 deletions

View File

@@ -5,9 +5,9 @@
class CSortListCtrl : public CListCtrl
{
public:
CSortListCtrl(void) : m_bAsc(false), m_nSortedCol(0){}
CSortListCtrl(void) : m_bAsc(false), m_nSortedCol(0) {}
~CSortListCtrl(void){}
~CSortListCtrl(void) {}
// 是否为升序
bool m_bAsc;