aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGilbert Ramirez <gilramir@cisco.com>2014-01-29 04:59:10 -0800
committerGilbert Ramirez <gilramir@cisco.com>2014-01-29 05:11:10 -0800
commita20d788da38eb15bd162abc8394d7cd384010adb (patch)
tree456992c357639e0af49f1565ac725ab9d101e440 /plugins
parent447c96304e21c48de0f0f16f1f128e500871155b (diff)
Add newlines at end of files that are missing them.
gcc 4.1.2 complained with: No newline at end of file Change-Id: I813af88737e725a328713eea4a7096d28942f9b2
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/mac_mgmt_msg_decoder.c2
-rw-r--r--plugins/wimax/msg_fpc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wimax/mac_mgmt_msg_decoder.c b/plugins/wimax/mac_mgmt_msg_decoder.c
index 5bc4ff94b7..0ff2cefc50 100644
--- a/plugins/wimax/mac_mgmt_msg_decoder.c
+++ b/plugins/wimax/mac_mgmt_msg_decoder.c
@@ -365,4 +365,4 @@ void proto_reg_handoff_mac_mgmt_msg(void)
mgt_msg_handle = find_dissector("mac_mgmt_msg_mob_asc_rep_handler");
if (mgt_msg_handle)
dissector_add_uint( "wmx.mgmtmsg", MAC_MGMT_MSG_MOB_ASC_REP, mgt_msg_handle );
-} \ No newline at end of file
+}
diff --git a/plugins/wimax/msg_fpc.c b/plugins/wimax/msg_fpc.c
index d7606f8579..82780593dc 100644
--- a/plugins/wimax/msg_fpc.c
+++ b/plugins/wimax/msg_fpc.c
@@ -166,4 +166,4 @@ proto_reg_handoff_mac_mgmt_msg_fpc(void)
fpc_handle = create_dissector_handle(dissect_mac_mgmt_msg_fpc_decoder, proto_mac_mgmt_msg_fpc_decoder);
dissector_add_uint("wmx.mgmtmsg", MAC_MGMT_MSG_FPC, fpc_handle);
-} \ No newline at end of file
+}