diff options
author | Yaniv Kaul <ykaul@redhat.com> | 2018-11-23 12:14:59 +0200 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-12-03 05:53:34 +0000 |
commit | b56bf714c1f22212700db50c057e4e47b99be739 (patch) | |
tree | c647a596293fe31961d601487bdd943a1d1516cd /rpc/rpc-lib/src/rpc-clnt.h | |
parent | 99c72652f81ca5ea212adbb5a555e12a4de94491 (diff) |
rpc *.h fles: align structs
Make an effort to slightly better align the structures.
Change-Id: I6f80a451f2ffbf15adfb986cedc24c2799787b49
updates: bz#1193929
Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
Diffstat (limited to 'rpc/rpc-lib/src/rpc-clnt.h')
-rw-r--r-- | rpc/rpc-lib/src/rpc-clnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt.h b/rpc/rpc-lib/src/rpc-clnt.h index d122382e446..d80df7f8b96 100644 --- a/rpc/rpc-lib/src/rpc-clnt.h +++ b/rpc/rpc-lib/src/rpc-clnt.h @@ -52,8 +52,8 @@ struct saved_frame { }; void *capital_this; void *frame; - struct timeval saved_at; struct rpc_req *rpcreq; + struct timeval saved_at; rpc_transport_rsp_t rsp; }; |