diff options
author | Michele Calgaro <[email protected]> | 2020-12-19 22:55:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-19 22:55:58 +0900 |
commit | 491e1c72c7e2a19b58772fd285284e974d489501 (patch) | |
tree | 2d2658d0c98c0d1a55746a7f9a39fa2344a9874c /dcop/dcopglobal.h | |
parent | 5cb3ed2e545a03815cdd04ab8666b605a71c44b4 (diff) | |
download | tdelibs-491e1c72c7e2a19b58772fd285284e974d489501.tar.gz tdelibs-491e1c72c7e2a19b58772fd285284e974d489501.zip |
Fixed some uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'dcop/dcopglobal.h')
-rw-r--r-- | dcop/dcopglobal.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dcop/dcopglobal.h b/dcop/dcopglobal.h index 8e018226d..559037d2f 100644 --- a/dcop/dcopglobal.h +++ b/dcop/dcopglobal.h @@ -52,18 +52,13 @@ extern "C" { #include <KDE-ICE/ICEmsg.h> #include <KDE-ICE/ICEproto.h> -#ifdef __cplusplus -} -#endif - -#ifdef __cplusplus -extern "C" { -#endif extern IcePoAuthStatus _kde_IcePoMagicCookie1Proc (IceConn, void **, int, int, int, void *, int *, void **, char **); extern IcePaAuthStatus _kde_IcePaMagicCookie1Proc (IceConn, void **, int, int, void *, int *, void **, char **); + #ifdef __cplusplus } #endif + /* these 4 below are static, otherwise build with --disable-shared will fail */ static IcePoAuthProc DCOPClientAuthProcs[] = {_kde_IcePoMagicCookie1Proc}; static IcePaAuthProc DCOPServerAuthProcs[] = {_kde_IcePaMagicCookie1Proc}; |