xpp: style: fix an improper line break.

Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10432 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
Tzafrir Cohen 2012-01-11 20:33:03 +00:00
parent cc083d440f
commit bb5b3a6de4

View File

@ -260,8 +260,8 @@ xpacket_t *xframe_next_packet(xframe_t *frm, int len)
newlen += len;
#if 0
DBG(GENERAL, "len=%d, newlen=%d,
frm->frame_len=%d\n", len, newlen, XFRAME_LEN(frm));
DBG(GENERAL, "len=%d, newlen=%d, frm->frame_len=%d\n",
len, newlen, XFRAME_LEN(frm));
#endif
if (newlen > XFRAME_DATASIZE) {
return NULL;