diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2008-12-30 18:47:55 +0000 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2008-12-30 18:47:55 +0000 |
commit | adedb510197209e7077310f9e9f67e3d51fb8617 (patch) | |
tree | 4d50ea811380b85757d4a9025c8e6fa389da2fb6 /desc.c | |
parent | 8ba1cd7d122b5323f9a1ac8be494ddbc1352d5cd (diff) | |
download | strace-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |