Removed trailing whitespaces from .h and .c files using the
[obnox/wireshark/wip.git] / packet-lapb.c
index ab6855f81ff4331482acc033d02c77adfb3187a0..10a583267f237081c69f5988288163fdfdaa6245 100644 (file)
@@ -2,22 +2,22 @@
  * Routines for lapb frame disassembly
  * Olivier Abad <oabad@cybercable.fr>
  *
- * $Id: packet-lapb.c,v 1.36 2002/08/02 23:35:53 jmayer Exp $
+ * $Id: packet-lapb.c,v 1.37 2002/08/28 21:00:19 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
  * Copyright 1998
- * 
+ *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -111,7 +111,7 @@ proto_register_lapb(void)
 {
     static hf_register_info hf[] = {
        { &hf_lapb_address,
-         { "Address Field", "lapb.address", FT_UINT8, BASE_HEX, NULL, 0x0, 
+         { "Address Field", "lapb.address", FT_UINT8, BASE_HEX, NULL, 0x0,
                "Address", HFILL }},
 
        { &hf_lapb_control,