diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-05-14 23:52:49 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-05-14 23:52:49 +0100 |
commit | 74926120a316f161c69a6df92b72318600737d36 (patch) | |
tree | 1d19aa4753787253de660e9f79230a9e8f3bde5c /libguile/threads.h | |
parent | adc085f17c2ce4c6b5cb51f5cb8abc6975023b99 (diff) | |
download | guile-74926120a316f161c69a6df92b72318600737d36.tar.gz |
Delete trailing whitespace.
Diffstat (limited to 'libguile/threads.h')
-rw-r--r-- | libguile/threads.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/threads.h b/libguile/threads.h index 05ae1f4ff..8abe452bb 100644 --- a/libguile/threads.h +++ b/libguile/threads.h @@ -67,7 +67,7 @@ typedef struct scm_i_thread { int sleep_fd, sleep_pipe[2]; /* This mutex represents this threads right to access the heap. - That right can temporarily be taken away by the GC. + That right can temporarily be taken away by the GC. */ scm_i_pthread_mutex_t heap_mutex; @@ -89,7 +89,7 @@ typedef struct scm_i_thread { */ SCM active_asyncs; /* The thunks to be run at the next safe point */ - unsigned int block_asyncs; /* Non-zero means that asyncs should + unsigned int block_asyncs; /* Non-zero means that asyncs should not be run. */ unsigned int pending_asyncs; /* Non-zero means that asyncs might be pending. */ |