diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-08 15:49:08 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-08 15:49:08 +0000 |
commit | 637559f4c7bcd3f9780b5e343b86cbad3b13d967 (patch) | |
tree | d553760204dd1f23354b16de6fbff10e5f9d14b9 /IEView/ieview_main.cpp | |
parent | f18e643d7c4ba4f2758525778d9318bdda784a1b (diff) |
IEView:
code formating
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@270 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'IEView/ieview_main.cpp')
-rw-r--r-- | IEView/ieview_main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IEView/ieview_main.cpp b/IEView/ieview_main.cpp index ecde73e..402f656 100644 --- a/IEView/ieview_main.cpp +++ b/IEView/ieview_main.cpp @@ -34,7 +34,7 @@ static int PreShutdown(WPARAM wParam, LPARAM lParam); int hLangpack;
PLUGININFOEX pluginInfoEx = {
- sizeof(PLUGININFOEX),
+ sizeof(PLUGININFOEX),
__PLUGIN_NAME,
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
@@ -44,7 +44,7 @@ PLUGININFOEX pluginInfoEx = { __AUTHORWEB,
UNICODE_AWARE,
0,
- {0x0495171b, 0x7137, 0x4ded, {0x97, 0xf8, 0xce, 0x6f, 0xed, 0x67, 0xd6, 0x91}}
+ {0x0495171b, 0x7137, 0x4ded, {0x97, 0xf8, 0xce, 0x6f, 0xed, 0x67, 0xd6, 0x91}}
};
extern "C" BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
|