summaryrefslogtreecommitdiff
path: root/test/childthread.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2009-07-08 11:21:17 +0000
committerDmitry V. Levin <ldv@altlinux.org>2009-07-08 14:57:27 +0000
commit414fe7d4d284e22d7855c5367f17dbc0714738d9 (patch)
tree10b3e5290e8044ea54622e5bba82c2bb31653b5b /test/childthread.c
parent82f4cc6eee722cd327f7a43d236b51cd37180b63 (diff)
downloadstrace-414fe7d4d284e22d7855c5367f17dbc0714738d9.tar.gz
strace-414fe7d4d284e22d7855c5367f17dbc0714738d9.tar.bz2
strace-414fe7d4d284e22d7855c5367f17dbc0714738d9.tar.xz
Cleanup trailing whitespaces and indentation that uses spaces before tabs
Correct spacing to fix warnings reported by git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to 'test/childthread.c')
-rw-r--r--test/childthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/childthread.c b/test/childthread.c
index c580db2..e89fb14 100644
--- a/test/childthread.c
+++ b/test/childthread.c
@@ -1,7 +1,7 @@
/* Test exit of a child of a TCB_EXITING child where the toplevel process starts
* waiting on it. The middle one gets detached and strace must update the
* toplevel process'es number of attached children to 0.
- *
+ *
* gcc -o test/childthread test/childthread.c -Wall -ggdb2 -pthread;./strace -f ./test/childthread
* It must print: write(1, "OK\n", ...
*/