summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-06-06 19:36:03 +0200
committerOndrej Bilka <neleai@seznam.cz>2013-06-06 20:36:07 +0200
commit350635a59a000fa4561d0d8bbe6814b4b9df530c (patch)
treeab4ec502e1944f8290eba1102ac210a3806b92a3 /sunrpc
parent25506f09dda0d3d579d98971b3b12dd3e9e2fe8f (diff)
Fix leading whitespaces.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/rpc/clnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc/clnt.h b/sunrpc/rpc/clnt.h
index f2b3e93f12..f4d4a941c7 100644
--- a/sunrpc/rpc/clnt.h
+++ b/sunrpc/rpc/clnt.h
@@ -132,7 +132,7 @@ struct CLIENT {
struct clnt_ops {
enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t,
caddr_t, struct timeval);
- /* call remote procedure */
+ /* call remote procedure */
void (*cl_abort) (void); /* abort a call */
void (*cl_geterr) (CLIENT *, struct rpc_err *);
/* get specific error code */