jorton 2002/11/28 03:17:10
Modified: test proc_child.c
Log:
Detabify.
Revision Changes Path
1.3 +1 -1 apr/test/proc_child.c
Index: proc_child.c
===================================================================
RCS file: /home/cvs/apr/test/proc_child.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- proc_child.c 27 Nov 2002 12:30:18 -0000 1.2
+++ proc_child.c 28 Nov 2002 11:17:10 -0000 1.3
@@ -12,7 +12,7 @@
bytes = read(STDIN_FILENO, buf, 256);
if (bytes > 0)
- write(STDOUT_FILENO, buf, bytes);
+ write(STDOUT_FILENO, buf, bytes);
return 0; /* just to keep the compiler happy */
}