diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:44:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:44:03 +0000 |
commit | 9c84384cc18ff589233628c193953ca8d7a39f5c (patch) | |
tree | 95d1f5aee409b208db7545d678012eeae9559fae /sunrpc/rpcsvc | |
parent | 5556231db2301917cd14a7450de4eba2368c9763 (diff) |
Remove trailing whitespace.
Diffstat (limited to 'sunrpc/rpcsvc')
-rw-r--r-- | sunrpc/rpcsvc/rquota.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpcsvc/rquota.x b/sunrpc/rpcsvc/rquota.x index 62888f612a..c4575240d3 100644 --- a/sunrpc/rpcsvc/rquota.x +++ b/sunrpc/rpcsvc/rquota.x @@ -27,7 +27,7 @@ struct rquota { unsigned int rq_curfiles; /* current # allocated files */ unsigned int rq_btimeleft; /* time left for excessive disk use */ unsigned int rq_ftimeleft; /* time left for excessive files */ -}; +}; enum gqr_status { Q_OK = 1, /* quota returned */ |