]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Indention should match now
authorBill Parker <[email protected]>
Tue, 4 Sep 2012 18:15:29 +0000 (11:15 -0700)
committerBill Parker <[email protected]>
Tue, 4 Sep 2012 18:15:29 +0000 (11:15 -0700)
The indentation should match on this file now

tcpdump.c

index 6f12adc495ea919bead68699bf13f74f3c8b72ce..98ec2d5df6ad14cfc554568c912a87c444353cb5 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -589,8 +589,8 @@ static void
 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars)
 {
         char *filename = malloc(NAME_MAX + 1);
-       if (filename == NULL)
-               error("Makefilename: malloc);
+        if (filename == NULL)
+            error("Makefilename: malloc);
 
         /* Process with strftime if Gflag is set. */
         if (Gflag != 0) {