summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/dlg_anniversarylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/dlg_anniversarylist.cpp')
-rw-r--r--plugins/UserInfoEx/dlg_anniversarylist.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/UserInfoEx/dlg_anniversarylist.cpp b/plugins/UserInfoEx/dlg_anniversarylist.cpp
index a2daefd45d..a7af16c239 100644
--- a/plugins/UserInfoEx/dlg_anniversarylist.cpp
+++ b/plugins/UserInfoEx/dlg_anniversarylist.cpp
@@ -580,9 +580,9 @@ class CAnnivList
{
if (PtrIsValid(pDlg)) {
WINDOWPOS* wndPos = (WINDOWPOS*)lParam;
- if(!pDlg->_wmINIT && (wndPos->cx != 0 || wndPos->cy != 0)) {
+ if (!pDlg->_wmINIT && (wndPos->cx != 0 || wndPos->cy != 0)) {
//win pos change
- if( (wndPos->cx == pDlg->_rcWin.right - pDlg->_rcWin.left) &&
+ if ( (wndPos->cx == pDlg->_rcWin.right - pDlg->_rcWin.left) &&
(wndPos->cy == pDlg->_rcWin.bottom - pDlg->_rcWin.top) ) {
//win pos change (store new pos)
GetWindowRect(hDlg, &pDlg->_rcWin);
@@ -590,7 +590,7 @@ class CAnnivList
//win size change
else {
// l change
- if( (wndPos->cx < pDlg->_sizeMin.cx) && (wndPos->x > pDlg->_rcWin.left) ){
+ if ( (wndPos->cx < pDlg->_sizeMin.cx) && (wndPos->x > pDlg->_rcWin.left) ) {
wndPos->x = wndPos->x + wndPos->cx - pDlg->_sizeMin.cx;
wndPos->cx = pDlg->_sizeMin.cx;
}
@@ -600,7 +600,7 @@ class CAnnivList
}
// t change
- if( (wndPos->cy < pDlg->_sizeMin.cy) && (wndPos->y > pDlg->_rcWin.top) ) {
+ if ( (wndPos->cy < pDlg->_sizeMin.cy) && (wndPos->y > pDlg->_rcWin.top) ) {
wndPos->y = wndPos->y + wndPos->cy - pDlg->_sizeMin.cy;
wndPos->cy = pDlg->_sizeMin.cy;
}
@@ -844,7 +844,7 @@ class CAnnivList
hContact = DB::Contact::FindNext(hContact))
{
// ignore meta subcontacts here, as they are not interesting.
- if (!DB::MetaContact::IsSub(hContact)){
+ if (!DB::MetaContact::IsSub(hContact)) {
// filter protocol
pszProto = DB::Contact::Proto(hContact);
if (pszProto) {