Use tabs instead of spaces

Change-Id: I16086216ffcac0a457c8fcdabfc0458d4e701ea0
Reviewed-on: https://code.wireshark.org/review/809
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Michal Labedzki 2014-03-20 18:31:03 +01:00 committed by Anders Broman
parent e01c07aadb
commit 79ed2164fd
1 changed files with 5 additions and 6 deletions

View File

@ -418,12 +418,11 @@ static const struct {
/* Netlink Protocol (nlmon devices) */
{ 253, WTAP_ENCAP_NETLINK },
/* Bluetooth Linux Monitor */
{ 254, WTAP_ENCAP_BLUETOOTH_LINUX_MONITOR },
/* Bluetooth BR/EDR Baseband RF captures */
{ 255, WTAP_ENCAP_BLUETOOTH_BREDR_BB },
/* Bluetooth Low Energy Link Layer RF captures */
{ 256, WTAP_ENCAP_BLUETOOTH_LE_LL_WITH_PHDR },
{ 254, WTAP_ENCAP_BLUETOOTH_LINUX_MONITOR },
/* Bluetooth BR/EDR Baseband RF captures */
{ 255, WTAP_ENCAP_BLUETOOTH_BREDR_BB },
/* Bluetooth Low Energy Link Layer RF captures */
{ 256, WTAP_ENCAP_BLUETOOTH_LE_LL_WITH_PHDR },
/*
* To repeat:
*