Skip to content

Commit

Permalink
Zebra: Fix some indent typo
Browse files Browse the repository at this point in the history
Change-Id: I41869fe46e6867333d14f6f86953ff01e2d112a8
Reviewed-on: https://code.wireshark.org/review/6114
Reviewed-by: Michael Mann <[email protected]>
  • Loading branch information
alagoutte authored and mmann78 committed Dec 29, 2014
1 parent 211789c commit fce9da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epan/dissectors/packet-zebra.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static const value_string messages[] = {
{ ZEBRA_ROUTER_ID_ADD, "Router ID Add" },
{ ZEBRA_ROUTER_ID_DELETE, "Router ID Delete" },
{ ZEBRA_ROUTER_ID_UPDATE, "Router ID Update" },
{ ZEBRA_HELLO, "Hello" },
{ ZEBRA_HELLO, "Hello" },
{ 0, NULL },
};

Expand Down Expand Up @@ -234,7 +234,7 @@ static const value_string families[] = {
static const value_string safi[] = {
{ ZEBRA_SAFI_UNICAST, "Unicast" },
{ ZEBRA_SAFI_MULTICAST, "Multicast" },
{ ZEBRA_SAFI_RESERVED_3 , "Reserved" },
{ ZEBRA_SAFI_RESERVED_3, "Reserved" },
{ ZEBRA_SAFI_MPLS_VPN, "MPLS VPN" },
{ 0, NULL },
};
Expand Down

0 comments on commit fce9da3

Please sign in to comment.