diff options
author | Jörg Mayer <jmayer@loplof.de> | 2002-08-28 20:30:45 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2002-08-28 20:30:45 +0000 |
commit | 64b6acac6dae4c18aa1aebf368923c4bef8ed221 (patch) | |
tree | 59f3322cd33ebb6ea86360ab889397ad6a7a9ec6 /wiretap/visual.h | |
parent | 4845dd385b3fcb0b5dc6a615d1cded2d80f2f092 (diff) | |
download | wireshark-64b6acac6dae4c18aa1aebf368923c4bef8ed221.tar.gz wireshark-64b6acac6dae4c18aa1aebf368923c4bef8ed221.tar.bz2 wireshark-64b6acac6dae4c18aa1aebf368923c4bef8ed221.zip |
Removed trailing whitespaces from .h and .c files using the
winapi_cleanup tool written by Patrik Stridvall for the wine
project.
svn path=/trunk/; revision=6115
Diffstat (limited to 'wiretap/visual.h')
-rw-r--r-- | wiretap/visual.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wiretap/visual.h b/wiretap/visual.h index 0d9b02aae9..6ef65146e0 100644 --- a/wiretap/visual.h +++ b/wiretap/visual.h @@ -5,21 +5,21 @@ * * Based on the code that handles netmon files. * - * $Id: visual.h,v 1.4 2002/07/16 07:15:09 guy Exp $ + * $Id: visual.h,v 1.5 2002/08/28 20:30:45 jmayer Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu> - * + * * 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. |