(code cleanup) Tabified lines which was not tabbed

Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
David Sommerseth 2010-02-23 10:49:29 +01:00
parent 5fd7c301eb
commit faa1f165c4
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ struct receiver_context {
typedef union {
pthread_t threadid;
pid_t pid;
pid_t pid;
long long error;
} childinfo_t;
@ -106,7 +106,7 @@ static void *sender(struct sender_context *ctx)
unsigned int i, j;
ready(ctx->ready_out, ctx->wakefd);
memset(&data, '-', DATASIZE);
memset(&data, '-', DATASIZE);
/* Now pump to every receiver. */
for (i = 0; i < loops; i++) {