Browse Source

rxrpc: Remove some whitespace.

Remove a tab that's on a line that should otherwise be blank.

Signed-off-by: David Howells <dhowells@redhat.com>
David Howells 9 years ago
parent
commit
fabf920180
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/rxrpc/call_event.c

+ 1 - 1
net/rxrpc/call_event.c

@@ -31,7 +31,7 @@ static void rxrpc_set_timer(struct rxrpc_call *call)
 	_enter("{%ld,%ld,%ld:%ld}",
 	_enter("{%ld,%ld,%ld:%ld}",
 	       call->ack_at - now, call->resend_at - now, call->expire_at - now,
 	       call->ack_at - now, call->resend_at - now, call->expire_at - now,
 	       call->timer.expires - now);
 	       call->timer.expires - now);
-	
+
 	read_lock_bh(&call->state_lock);
 	read_lock_bh(&call->state_lock);
 
 
 	if (call->state < RXRPC_CALL_COMPLETE) {
 	if (call->state < RXRPC_CALL_COMPLETE) {