summaryrefslogtreecommitdiff
path: root/src/locking.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-06-17 14:41:17 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-06-17 14:41:17 -0700
commitcf49e537014c3cb5aaee07e57400933e0bb72b6b (patch)
treee7b4fb52ba382a4609b7fcd596059b3432b264ec /src/locking.c
parentf76fd81dfbbd5cfae75c87ce0511e88e08529cf3 (diff)
Strip whitespace from end of lines in source files
Diffstat (limited to 'src/locking.c')
-rw-r--r--src/locking.c8
1 files changed, 4 insertions, 4 deletions
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)