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 17:30:42 +0100
commitfaa1f165c46d6573c62e046c75c59904dd8cdda9 (patch)
tree6162585bb055ea149a209041b23610c4f5a9daab
parent5fd7c301eb7574a9fbe25cf1232867003899ee16 (diff)
downloadrt-tests-faa1f165c46d6573c62e046c75c59904dd8cdda9.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++) {