summaryrefslogtreecommitdiff
path: root/compat/getpid.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-04 20:21:45 +0100
committerWerner Koch <wk@gnupg.org>2011-02-04 20:21:45 +0100
commit4f048514ecae879fa4bb7b8522baf801229be522 (patch)
treed798c8527b68e83e4419c14d7c6dd47f2abdfd9e /compat/getpid.c
parent9d00b28e0d04361fe9ccf02983bea781b5701c1d (diff)
downloadlibgcrypt-4f048514ecae879fa4bb7b8522baf801229be522.tar.gz
Nuked almost all trailing whitespace.
Check and install the standard git pre-commit hook.
Diffstat (limited to 'compat/getpid.c')
-rw-r--r--compat/getpid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/getpid.c b/compat/getpid.c
index b93d057f..032387c3 100644
--- a/compat/getpid.c
+++ b/compat/getpid.c
@@ -18,7 +18,7 @@
#include <windows.h>
#include <sys/types.h>
-pid_t
+pid_t
_gcry_getpid (void)
{
return GetCurrentProcessId ();