summaryrefslogtreecommitdiff
path: root/stream.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2008-12-30 18:47:55 +0000
committerDenys Vlasenko <dvlasenk@redhat.com>2008-12-30 18:47:55 +0000
commitadedb510197209e7077310f9e9f67e3d51fb8617 (patch)
tree4d50ea811380b85757d4a9025c8e6fa389da2fb6 /stream.c
parent8ba1cd7d122b5323f9a1ac8be494ddbc1352d5cd (diff)
downloadstrace-adedb510197209e7077310f9e9f67e3d51fb8617.tar.gz
strace-adedb510197209e7077310f9e9f67e3d51fb8617.tar.bz2
strace-adedb510197209e7077310f9e9f67e3d51fb8617.tar.xz
Fixing many instances of broken indentation with spaces instead of tabs.
No code changes.
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stream.c b/stream.c
index 8c7dfda..36e8ed5 100644
--- a/stream.c
+++ b/stream.c
@@ -55,9 +55,9 @@
#ifndef HAVE_STROPTS_H
#define RS_HIPRI 1
struct strbuf {
- int maxlen; /* no. of bytes in buffer */
- int len; /* no. of bytes returned */
- char *buf; /* pointer to data */
+ int maxlen; /* no. of bytes in buffer */
+ int len; /* no. of bytes returned */
+ char *buf; /* pointer to data */
};
#define MORECTL 1
#define MOREDATA 2
@@ -350,7 +350,7 @@ decode_poll(struct tcb *tcp, long pts)
} else {
static char outstr[1024];
char str[64];
- const char *flagstr;
+ const char *flagstr;
unsigned int cumlen;
if (syserror(tcp))