This series of patches cleans up the whitespace in SDP. Mostly it removes the extra line that was after every conditional, but it also removes unneeded brackets around single line conditionals as well.
Roland should be happy about this one, even though it is mostly cheating. sdp_actv.c | 47 -------- sdp_advt.c | 19 --- sdp_buff.c | 169 +++++++------------------------ sdp_conn.c | 277 +++++++++------------------------------------------ sdp_conn.h | 7 - sdp_event.c | 79 ++------------ sdp_inet.c | 308 +++++++++----------------------------------------------- sdp_iocb.c | 202 ++++++++----------------------------- sdp_kvec.c | 3 sdp_link.c | 126 ++++------------------- sdp_pass.c | 21 --- sdp_post.c | 62 ++--------- sdp_proc.c | 10 - sdp_proto.h | 30 +---- sdp_queue.c | 75 +++---------- sdp_rcvd.c | 177 ++++---------------------------- sdp_read.c | 41 +------ sdp_recv.c | 217 ++++++---------------------------------- sdp_send.c | 325 +++++++++--------------------------------------------------- sdp_sent.c | 31 ----- sdp_wall.c | 68 ++---------- sdp_write.c | 9 - 22 files changed, 420 insertions(+), 1883 deletions(-) Signed-off-by: Tom Duffy <[EMAIL PROTECTED]> _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
