aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-15 19:48:57 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-15 19:48:57 +0200
commit153ee0cc5e5311fa59ea006b325c65b3a142e775 (patch)
tree1a057afddf255a72d7145b741eb5816f34406e8d
parent4542314a64d37446c444fda15f14da6b76f82343 (diff)
downloadlibextractor-153ee0cc5e5311fa59ea006b325c65b3a142e775.tar.gz
libextractor-153ee0cc5e5311fa59ea006b325c65b3a142e775.zip
indentation fixes
-rw-r--r--src/plugins/deb_extractor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/deb_extractor.c b/src/plugins/deb_extractor.c
index afbe8bb..4716732 100644
--- a/src/plugins/deb_extractor.c
+++ b/src/plugins/deb_extractor.c
@@ -363,8 +363,6 @@ processControlTGZ (struct EXTRACTOR_ExtractContext *ec,
363 363
364 if (size > MAX_CONTROL_SIZE) 364 if (size > MAX_CONTROL_SIZE)
365 return 0; 365 return 0;
366 if (0 == size)
367 return 0;
368 if (NULL == (cdata = malloc (size))) 366 if (NULL == (cdata = malloc (size)))
369 return 0; 367 return 0;
370 off = 0; 368 off = 0;