diff options
author | George Hazan <george.hazan@gmail.com> | 2025-05-08 17:37:01 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-05-08 17:37:01 +0300 |
commit | e9b966f99c7b7ca88760c56b394ad261e144c23c (patch) | |
tree | b4d4a1d4f2e0f9c341d5694f6b72f4a67847fd72 /plugins | |
parent | 3164e6e4e1781fba14ac8eec14545c18c6f690ba (diff) |
code cleaning
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_nicer/src/clcpaint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/clcpaint.cpp b/plugins/Clist_nicer/src/clcpaint.cpp index 866312dda1..e0d9f9e403 100644 --- a/plugins/Clist_nicer/src/clcpaint.cpp +++ b/plugins/Clist_nicer/src/clcpaint.cpp @@ -787,7 +787,7 @@ bgskipped: pi_avatar = !dat->bisEmbedded && type == CLCIT_CONTACT && (contact->cFlags & ECF_AVATAR) && contact->ace != nullptr && !(contact->ace->dwFlags & AVS_HIDEONCLIST);
- //checkboxes
+ // checkboxes
if (checkboxWidth) {
HANDLE hTheme = nullptr;
if (IS_THEMED)
|