summaryrefslogtreecommitdiff
path: root/apps/examples/pipe/interlock_test.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
commit43ec94a665e13552402ff4f102e0f65f6792cf29 (patch)
tree05da26d1bb5e364c1a388afd54630d5ae3ca4aa7 /apps/examples/pipe/interlock_test.c
parent70b6bb22af51defd713adfd452309f32f0e523aa (diff)
downloadnuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.gz
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.bz2
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.zip
More trailing whilespace removal
Diffstat (limited to 'apps/examples/pipe/interlock_test.c')
-rw-r--r--apps/examples/pipe/interlock_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/pipe/interlock_test.c b/apps/examples/pipe/interlock_test.c
index 9cdfaec5c..0391fe36f 100644
--- a/apps/examples/pipe/interlock_test.c
+++ b/apps/examples/pipe/interlock_test.c
@@ -102,7 +102,7 @@ static void *null_writer(pthread_addr_t pvarg)
fprintf(stderr, "null_writer: close failed: %d\n", errno);
}
sleep(5);
-
+
printf("null_writer: Returning success\n");
return (void*)0;
}
@@ -143,7 +143,7 @@ int interlock_test(void)
ret = 2;
goto errout_with_fifo;
}
-
+
/* Open one end of the FIFO for reading. This open call should block until the
* null_writer thread opens the other end of the FIFO for writing.
*/