diff options
author | itojun <itojun> | 2002-06-11 17:04:44 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-06-11 17:04:44 +0000 |
commit | 5918c491c121b315104eaf1ae55f4512bb84fa1f (patch) | |
tree | 705f0c434e67f48987a5c471e1d80e3253c936c6 /pcap-int.h | |
parent | f1183c9b152ee65da4c46894404c57f98cb94237 (diff) |
whitespace cleanup
Diffstat (limited to 'pcap-int.h')
-rw-r--r-- | pcap-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.33 2001-08-24 07:46:52 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.34 2002-06-11 17:04:46 itojun Exp $ (LBL) */ #ifndef pcap_int_h @@ -97,7 +97,7 @@ struct pcap { */ u_char *pkt; - + /* * Placeholder for filter code if bpf not in kernel. */ |