summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-07-14 00:56:37 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-07-14 01:04:27 +0200
commitde4a540efee75970a7ff7949ada2304c786b1da8 (patch)
tree0d9375e02015f20f7290a4423dd9731bfff3ebd2 /scripts
parentb8aeced92d5a3576e9bc5fbd87656dc97e380c52 (diff)
downloadmupdf-de4a540efee75970a7ff7949ada2304c786b1da8.tar.xz
Fix whitespace and indentation.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/jpeg/jconfig.h1
-rw-r--r--scripts/namedump.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/jpeg/jconfig.h b/scripts/jpeg/jconfig.h
index 679404da..466abceb 100644
--- a/scripts/jpeg/jconfig.h
+++ b/scripts/jpeg/jconfig.h
@@ -21,7 +21,6 @@ typedef unsigned char boolean;
#endif
#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
-
#ifdef JPEG_INTERNALS
#undef RIGHT_SHIFT_IS_UNSIGNED
diff --git a/scripts/namedump.c b/scripts/namedump.c
index 0d7d9e67..cfd28e36 100644
--- a/scripts/namedump.c
+++ b/scripts/namedump.c
@@ -24,7 +24,6 @@ static char *get_line(FILE *in)
return buffer;
}
-
int
main(int argc, char **argv)
{