diff options
author | infirit <[email protected]> | 2013-12-19 16:29:35 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-19 16:29:35 +0100 |
commit | c744b6d79e93942bf872826bb777644963d7bf0f (patch) | |
tree | 56382a6bef84279f246c3f57583426cf5746b646 /src/async-io-coroutine.h | |
parent | 70eddac907f86e49a09a82c026d942270a7a6be8 (diff) | |
download | caja-dropbox-c744b6d79e93942bf872826bb777644963d7bf0f.tar.bz2 caja-dropbox-c744b6d79e93942bf872826bb777644963d7bf0f.tar.xz |
Remove all trailing whitespace
Diffstat (limited to 'src/async-io-coroutine.h')
-rw-r--r-- | src/async-io-coroutine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async-io-coroutine.h b/src/async-io-coroutine.h index 3e27bf4..9f10e33 100644 --- a/src/async-io-coroutine.h +++ b/src/async-io-coroutine.h @@ -31,7 +31,7 @@ G_BEGIN_DECLS #define CRBEGIN(pos) switch (pos) { case 0: #define CREND } return FALSE #define CRYIELD(pos) do { pos = __LINE__; return TRUE; case __LINE__:;} while (0) -#define CRHALT return FALSE +#define CRHALT return FALSE #define CRREADLINE(pos, chan, where) \ while (1) { \ |