Commit 71a17de3 authored by David Howells's avatar David Howells

rxrpc: Whitespace cleanup

Remove some whitespace.
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 2591c280
...@@ -720,7 +720,6 @@ static inline void rxrpc_put_connection(struct rxrpc_connection *conn) ...@@ -720,7 +720,6 @@ static inline void rxrpc_put_connection(struct rxrpc_connection *conn)
} }
} }
static inline bool rxrpc_queue_conn(struct rxrpc_connection *conn) static inline bool rxrpc_queue_conn(struct rxrpc_connection *conn)
{ {
if (!rxrpc_get_connection_maybe(conn)) if (!rxrpc_get_connection_maybe(conn))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment