From 139e798c8782b09460052a453142addf1174d878 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 25 Sep 2012 15:29:49 +0200 Subject: Remove all trailing whitespace from source files -- Command used: sed -i 's,[ \t]*$,,' FILE --- src/assuan-support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/assuan-support.c') diff --git a/src/assuan-support.c b/src/assuan-support.c index 52643467..6ff0679d 100644 --- a/src/assuan-support.c +++ b/src/assuan-support.c @@ -200,7 +200,7 @@ my_waitpid (assuan_context_t ctx, pid_t pid, NOWAIT in POSIX systems just means the caller already did the waitpid for this child. */ if (! nowait) - return _gpgme_ath_waitpid (pid, status, options); + return _gpgme_ath_waitpid (pid, status, options); #endif return 0; } -- cgit v1.2.3