summaryrefslogtreecommitdiff
path: root/desc.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 /desc.c
parent8ba1cd7d122b5323f9a1ac8be494ddbc1352d5cd (diff)
downloadstrace-adedb510197209e7077310f9e9f67e3d51fb8617.tar.gz
Fixing many instances of broken indentation with spaces instead of tabs.
No code changes.
Diffstat (limited to 'desc.c')
-rw-r--r--desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desc.c b/desc.c
index 2b0cd534a..50d4b5106 100644
--- a/desc.c
+++ b/desc.c
@@ -658,7 +658,7 @@ struct tcb *tcp;
{
if (entering(tcp)) {
tprintf("%ld, ", tcp->u_arg[0]);
- printxval(epollctls, tcp->u_arg[1], "EPOLL_CTL_???");
+ printxval(epollctls, tcp->u_arg[1], "EPOLL_CTL_???");
tprintf(", %ld, ", tcp->u_arg[2]);
if (tcp->u_arg[3] == 0)
tprintf("NULL");