From 4f048514ecae879fa4bb7b8522baf801229be522 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 4 Feb 2011 20:21:45 +0100 Subject: Nuked almost all trailing whitespace. Check and install the standard git pre-commit hook. --- src/ath.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/ath.c') 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 } - -- cgit v1.2.1