Get rid of trailing whitespace.

Change-Id: Ifd39e84284be5701c67173da09be12266ef93e25
Reviewed-on: https://code.wireshark.org/review/9700
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-07-18 23:24:53 -07:00
parent 7e817aeb3a
commit 26c95e8857

View file

@ -37,7 +37,7 @@ static gint ett_ypxfr = -1;
/* proc number, "proc name", dissect_request, dissect_reply */
static const vsff ypxfr1_proc[] = {
{ YPXFRPROC_NULL, "NULL",
{ YPXFRPROC_NULL, "NULL",
dissect_rpc_void, dissect_rpc_void },
{ YPXFRPROC_GETMAP, "GETMAP", dissect_rpc_unknown, dissect_rpc_unknown },
{ 0, NULL, NULL, NULL }