From: Harald Welte Date: Tue, 8 Nov 2005 13:40:23 +0000 (+0000) Subject: cosmetic issues (linewrap) X-Git-Url: http://git.rot13.org/?p=librfid;a=commitdiff_plain;h=b54b3fa38ef0182e984b32040a230cb4e83d176f cosmetic issues (linewrap) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1666 e0336214-984f-0b4b-a45f-81c69e1f0ede --- diff --git a/src/rfid_proto_tcl.c b/src/rfid_proto_tcl.c index 8f8eae9..13fba08 100644 --- a/src/rfid_proto_tcl.c +++ b/src/rfid_proto_tcl.c @@ -662,13 +662,14 @@ do_tx: net_payload_len = _rx_len - (inf - rx_buf); DEBUGPC("%u bytes\n", net_payload_len); memcpy(_rx_data, inf, net_payload_len); - /* increment the number of payload bytes that we actually received */ + /* increment the number of payload bytes that we actually + * received */ *rx_len += net_payload_len; _rx_data += net_payload_len; if (*rx_buf & 0x10) { /* we're not the last frame in the chain, continue rx */ - DEBUGP("we're not the last frame in the chain, continue\n"); + DEBUGP("not the last frame in the chain, continue\n"); ack_len = sizeof(ack); tcl_build_prologue_r(&h->priv.tcl, ack, &ack_len, 0); _tx = ack;