summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-26 20:19:37 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-26 20:19:37 +0000
commitecdc78ceeab06693142db6b3c1b44169cc035e7a (patch)
tree2bb3d05e8b1a600fcbcf8dc6118c5e77f19522d9 /plugins/DbEditorPP/src/main.cpp
parentd75e347b281f94e536fde58374a36ec0928efaa7 (diff)
code formatting
git-svn-id: http://svn.miranda-ng.org/main/trunk@1204 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/main.cpp')
-rw-r--r--plugins/DbEditorPP/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DbEditorPP/src/main.cpp b/plugins/DbEditorPP/src/main.cpp
index 7e5aa9a782..729cde6ebe 100644
--- a/plugins/DbEditorPP/src/main.cpp
+++ b/plugins/DbEditorPP/src/main.cpp
@@ -266,7 +266,8 @@ int PreShutdown(WPARAM wParam,LPARAM lParam)
return 0;
}
-INT_PTR ServiceMode(WPARAM wParam,LPARAM lParam) {
+INT_PTR ServiceMode(WPARAM wParam,LPARAM lParam)
+{
bServiceMode = TRUE;
return 0;
}
@@ -279,7 +280,6 @@ INT_PTR ImportFromFile(WPARAM wParam,LPARAM lParam)
extern "C" __declspec(dllexport) int Load(void)
{
-
mir_getLP(&pluginInfoEx);
hwnd2mainWindow = 0;