From cf49e537014c3cb5aaee07e57400933e0bb72b6b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 17 Jun 2008 14:41:17 -0700 Subject: Strip whitespace from end of lines in source files --- src/locking.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/locking.c') diff --git a/src/locking.c b/src/locking.c index d69b3548..533a7a1a 100644 --- a/src/locking.c +++ b/src/locking.c @@ -1,6 +1,6 @@ /* $Xorg: locking.c,v 1.5 2001/02/09 02:03:40 xorgcvs Exp $ */ /* - + Copyright 1992, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its @@ -346,7 +346,7 @@ static void _XConditionWait( xthread_t self = xthread_self(); char *old_file = locking_file; int old_line = locking_line; - + #ifdef XTHREADS_DEBUG printf("line %d thread %x in condition wait\n", line, self); #endif @@ -398,7 +398,7 @@ static void _XConditionSignal( #endif xcondition_signal(cv); } - + #if defined(XTHREADS_WARN) || defined(XTHREADS_FILE_LINE) static void _XConditionBroadcast(cv,file,line) @@ -417,7 +417,7 @@ static void _XConditionBroadcast( #endif xcondition_broadcast(cv); } - + static void _XFreeDisplayLock( Display *dpy) -- cgit v1.2.3