diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-20 10:13:30 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-20 10:13:30 +0000 |
commit | bdbdf8d3391d2da3df0d4eeabac41fa73aa821fa (patch) | |
tree | 366121a22bc6eef039eacb0aafff85c03e4dd605 /protocols/Omegle/src/dialogs.h | |
parent | d49489f3467a02953b77cd5869bec5c061b63aa1 (diff) |
Omegle: Format sources
git-svn-id: http://svn.miranda-ng.org/main/trunk@15579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/dialogs.h')
-rw-r--r-- | protocols/Omegle/src/dialogs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Omegle/src/dialogs.h b/protocols/Omegle/src/dialogs.h index 120df44b73..0a82e5b92e 100644 --- a/protocols/Omegle/src/dialogs.h +++ b/protocols/Omegle/src/dialogs.h @@ -22,5 +22,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
-INT_PTR CALLBACK OmegleAccountProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
-INT_PTR CALLBACK OmegleOptionsProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
+INT_PTR CALLBACK OmegleAccountProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
+INT_PTR CALLBACK OmegleOptionsProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
|