]> The Tcpdump Group git mirrors - libpcap/commitdiff
Clean up white space.
authorguy <guy>
Sun, 1 May 2005 19:53:11 +0000 (19:53 +0000)
committerguy <guy>
Sun, 1 May 2005 19:53:11 +0000 (19:53 +0000)
savefile.c

index 10ea70f48408b8943474e872869bce017d697034..eb1a65ab2f26686432ff5bf6a17d29881e1309c1 100644 (file)
@@ -30,7 +30,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.130 2005-05-01 19:46:28 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.131 2005-05-01 19:53:11 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -737,9 +737,9 @@ pcap_open_offline(const char *fname, char *errbuf)
                fp = stdin;
 #if defined(WIN32) || defined(MSDOS)
                /*
-               * If we're reading from the standard input, put it in binary
-               * mode, as savefiles are binary files.
-               */
+                * If we're reading from the standard input, put it in binary
+                * mode, as savefiles are binary files.
+                */
                if (fp == stdin)
                        SET_BINMODE(fp);
 #endif