proto_register_zbee_zcl_appl_evtalt: correct formatting

The original formatting, besides looking silly, also prevents the function
from being picked up by make-dissector-reg.

Change-Id: I06e37b0e862064275b07976295eca8f0288a0974
Reviewed-on: https://code.wireshark.org/review/3025
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Роман Донченко 2014-07-12 22:19:57 +04:00 committed by Anders Broman
parent 87895d7d0e
commit f85b52b498
1 changed files with 2 additions and 4 deletions

View File

@ -1018,10 +1018,8 @@ dissect_zcl_appl_evtalt_cmd_id(proto_tree* tree, tvbuff_t* tvb, guint* offset, g
*---------------------------------------------------------------
*/
void proto_register_zbee_zcl_appl_evtalt
(
void
)
void
proto_register_zbee_zcl_appl_evtalt(void)
{
guint i, j;