diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-16 08:21:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-16 08:21:13 +0000 |
commit | f907a78441c0540ba16a1bda82c883bb1eca237a (patch) | |
tree | ff0ab67c68b95e0820bbc19419492b01a92e91a7 /src/modules/database/dbutils.cpp | |
parent | 58b6deafb08a2213936df9ab71ae69f28f62e41d (diff) |
tabs and spaces cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@2326 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/dbutils.cpp')
-rw-r--r-- | src/modules/database/dbutils.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/database/dbutils.cpp b/src/modules/database/dbutils.cpp index 174d7e5109..93a9a23eb8 100644 --- a/src/modules/database/dbutils.cpp +++ b/src/modules/database/dbutils.cpp @@ -137,7 +137,9 @@ static INT_PTR DbEventGetText(WPARAM wParam, LPARAM lParam) if (p[i] == 0) {
msglenW = i;
break;
- } } }
+ }
+ }
+ }
if (msglenW > 0 && msglenW < msglen && !bIsDenyUnicode)
msg = mir_wstrdup((WCHAR*)&dbei->pBlob[ msglen ]);
|