summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/addgamedialog.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-11-28 20:39:37 +0000
committerRobert Pösel <robyer@seznam.cz>2014-11-28 20:39:37 +0000
commit92beff959051eec8d60e4e146aa3d8a13bee9fea (patch)
treeb06ceb3079028d38f6d0f2481a5ab62b05e83e80 /protocols/Xfire/src/addgamedialog.h
parent8ef64da1b7cc3ef5026ab2dc80e7e0fd88971d59 (diff)
XFire: Reformat sources
git-svn-id: http://svn.miranda-ng.org/main/trunk@11134 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/addgamedialog.h')
-rw-r--r--protocols/Xfire/src/addgamedialog.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/protocols/Xfire/src/addgamedialog.h b/protocols/Xfire/src/addgamedialog.h
index 3795df1ed5..597b0ad985 100644
--- a/protocols/Xfire/src/addgamedialog.h
+++ b/protocols/Xfire/src/addgamedialog.h
@@ -5,17 +5,17 @@
#include "Xfire_gamelist.h"
//dialog funktion
-INT_PTR CALLBACK DlgAddGameProc (HWND hwndDlg,
- UINT uMsg,
- WPARAM wParam,
- LPARAM lParam
-);
+INT_PTR CALLBACK DlgAddGameProc(HWND hwndDlg,
+ UINT uMsg,
+ WPARAM wParam,
+ LPARAM lParam
+ );
-INT_PTR CALLBACK DlgAddGameProcMain (HWND hwndDlg,
- UINT uMsg,
- WPARAM wParam,
- LPARAM lParam
-);
+INT_PTR CALLBACK DlgAddGameProcMain(HWND hwndDlg,
+ UINT uMsg,
+ WPARAM wParam,
+ LPARAM lParam
+ );
//struct für den cache
struct lbInicache {
@@ -23,6 +23,6 @@ struct lbInicache {
unsigned int gameid;
};
-void AddGameDialog(HWND hwndDlg,Xfire_game* game=NULL);
+void AddGameDialog(HWND hwndDlg, Xfire_game* game = NULL);
#endif \ No newline at end of file