summaryrefslogtreecommitdiff
path: root/src/ath.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 /src/ath.c
parent9d00b28e0d04361fe9ccf02983bea781b5701c1d (diff)
downloadlibgcrypt-4f048514ecae879fa4bb7b8522baf801229be522.tar.gz
Nuked almost all trailing whitespace.
Check and install the standard git pre-commit hook.
Diffstat (limited to 'src/ath.c')
-rw-r--r--src/ath.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/ath.c b/src/ath.c
index 0c274cde..656ed896 100644
--- a/src/ath.c
+++ b/src/ath.c
@@ -2,17 +2,17 @@
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of Libgcrypt.
-
+
Libgcrypt is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.
-
+
Libgcrypt is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
-
+
You should have received a copy of the GNU Lesser General Public
License along with Libgcrypt; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
@@ -88,7 +88,7 @@ ath_install (struct ath_ops *ath_ops, int check_only)
if (check_only)
{
unsigned int option = 0;
-
+
/* Check if the requested thread option is compatible to the
thread option we are already committed to. */
if (ath_ops)
@@ -105,7 +105,7 @@ ath_install (struct ath_ops *ath_ops, int check_only)
return 0;
}
-
+
if (ath_ops)
{
/* It is convenient to not require DESTROY. */
@@ -257,7 +257,7 @@ ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
#endif
}
-
+
ssize_t
ath_waitpid (pid_t pid, int *status, int options)
{
@@ -342,4 +342,3 @@ ath_recvmsg (int s, struct msghdr *msg, int flags)
return recvmsg (s, msg, flags);
#endif
}
-