aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address_types.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-02-13 12:05:26 -0500
committerBill Meier <wmeier@newsguy.com>2015-02-13 17:34:53 +0000
commit9c866ff971c1c8c94ccb699d040dda34abafb55a (patch)
tree5ddc07a1439f456d71b8b03da2cf3bfe5e578490 /epan/address_types.c
parent936f685af5e42b8faa01ae24aac6b71c47950b6f (diff)
Replace tabs by spaces when editor modelines has "expandtab"
Change-Id: If7a6f2697be732ae4f94ed8b845fd293c32510f7 Also: tabs-stops should be 8 Reviewed-on: https://code.wireshark.org/review/7100 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/address_types.c')
-rw-r--r--epan/address_types.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/address_types.c b/epan/address_types.c
index 61d3f52a2d..10fa0ca888 100644
--- a/epan/address_types.c
+++ b/epan/address_types.c
@@ -791,10 +791,10 @@ void address_types_initialize(void)
}
/* Given an address type id, return an address_type_t* */
-#define ADDR_TYPE_LOOKUP(addr_type, result) \
- /* Check input */ \
- g_assert(addr_type < MAX_ADDR_TYPE_VALUE); \
- result = type_list[addr_type];
+#define ADDR_TYPE_LOOKUP(addr_type, result) \
+ /* Check input */ \
+ g_assert(addr_type < MAX_ADDR_TYPE_VALUE); \
+ result = type_list[addr_type];
static int address_type_get_length(const address* addr)
{