]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/cap_debug/ip.c
Fix trailing whitespaces.
[stg.git] / projects / stargazer / plugins / capture / cap_debug / ip.c
index a2627177b278ce26e3582c8b38b0dea1584e1d2b..02bd10f1dbe675cfa69f64604ebb939bee74249c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: ip.c,v 1.1 2005/12/12 18:14:22 nobunaga Exp $ 
+/* $Id: ip.c,v 1.1 2005/12/12 18:14:22 nobunaga Exp $
 
 Copyright (C) 2002 Marc Kirchner <kirchner@stud.fh-heilbronn.de>
 
@@ -37,7 +37,7 @@ pkt_ip_header(struct packet *pkt,
 
        if (!pkt)
                return EPKTINVALPTR;
-       
+
         ip = (struct ip *) pkt->pkt_ptr;
 
         ip->ip_hl = iphdr_len;