(Trivial) whitespace cleanup (mostly trailing whitespace).

svn path=/trunk/; revision=53172
This commit is contained in:
Bill Meier 2013-11-08 17:17:57 +00:00
parent 6159e98cd3
commit 5a0809c718
28 changed files with 89 additions and 89 deletions

View File

@ -785,7 +785,7 @@ static gboolean nettl_dump(wtap_dumper *wdh,
case WTAP_ENCAP_TOKEN_RING:
rec_hdr.subsys = g_htons(NETTL_SUBSYS_PCI_TR);
break;
/*
#if 0
case WTAP_ENCAP_NETTL_X25:
rec_hdr.caplen = g_htonl(phdr->caplen + 24);
rec_hdr.length = g_htonl(phdr->len + 24);
@ -795,7 +795,7 @@ static gboolean nettl_dump(wtap_dumper *wdh,
rec_hdr.pid = g_htonl(pseudo_header->nettl.pid);
rec_hdr.uid = g_htons(pseudo_header->nettl.uid);
break;
*/
#endif
default:
/* found one we don't support */
*err = WTAP_ERR_UNSUPPORTED_ENCAP;