summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-02-23 10:49:29 +0100
committerDavid Sommerseth <davids@redhat.com>2010-02-23 10:49:29 +0100
commit92c53f9db3ac4cd7c165bbcb5b84b387ab5aaa09 (patch)
tree557f00e1f916a585f23dee9e79bf3372ebfab3a1
parent51a6e573598bac8c576c8c261f084a199fd34b44 (diff)
downloadrt-tests-92c53f9db3ac4cd7c165bbcb5b84b387ab5aaa09.tar.gz
(code cleanup) Tabified lines which was not tabbed
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--src/hackbench/hackbench.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hackbench/hackbench.c b/src/hackbench/hackbench.c
index 091c765..93ecad8 100644
--- a/src/hackbench/hackbench.c
+++ b/src/hackbench/hackbench.c
@@ -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++) {