diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-11-28 20:39:37 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-11-28 20:39:37 +0000 |
commit | 92beff959051eec8d60e4e146aa3d8a13bee9fea (patch) | |
tree | b06ceb3079028d38f6d0f2481a5ab62b05e83e80 /protocols/Xfire/src/services.h | |
parent | 8ef64da1b7cc3ef5026ab2dc80e7e0fd88971d59 (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/services.h')
-rw-r--r-- | protocols/Xfire/src/services.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Xfire/src/services.h b/protocols/Xfire/src/services.h index d77102aa9d..58329d07c3 100644 --- a/protocols/Xfire/src/services.h +++ b/protocols/Xfire/src/services.h @@ -12,7 +12,7 @@ #define MBOT_TRIGGER "MBot/Trigger"
//liefert den eigenen avatar zurück
-INT_PTR GetMyAvatar(WPARAM wparam,LPARAM lparam);
-int mBotNotify(WPARAM wparam,LPARAM lparam);
+INT_PTR GetMyAvatar(WPARAM wparam, LPARAM lparam);
+int mBotNotify(WPARAM wparam, LPARAM lparam);
#endif
\ No newline at end of file |