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/i4b_trace.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/i4b_trace.h')
-rw-r--r-- | wiretap/i4b_trace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/i4b_trace.h b/wiretap/i4b_trace.h index 66ef59d876..1990be1c86 100644 --- a/wiretap/i4b_trace.h +++ b/wiretap/i4b_trace.h @@ -27,7 +27,7 @@ * i4b_trace.h - header file for trace data read device * ---------------------------------------------------- * - * $Id: i4b_trace.h,v 1.2 2001/07/13 00:55:58 guy Exp $ + * $Id: i4b_trace.h,v 1.3 2002/08/28 20:30:44 jmayer Exp $ * * last edit-date: [Sun Feb 14 10:39:26 1999] * @@ -67,7 +67,7 @@ typedef struct { * ioctl via /dev/i4btrc device(s): * get/set current trace flag settings *---------------------------------------------------------------------------*/ - + #define I4B_TRC_GET _IOR('T', 0, int) /* get trace settings */ #define I4B_TRC_SET _IOW('T', 1, int) /* set trace settings */ |