RDS: Whitespace

Tidy up some whitespace issues.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
This commit is contained in:
Andy Grover
2010-01-12 10:53:05 -08:00
parent d22faec22c
commit 6200ed7799
3 changed files with 3 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ int rds_send_xmit(struct rds_connection *conn)
*/
if (conn->c_map_bytes) {
ret = conn->c_trans->xmit_cong_map(conn, conn->c_lcong,
conn->c_map_offset);
conn->c_map_offset);
if (ret <= 0)
break;