diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-07-14 00:56:37 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-07-14 01:04:27 +0200 |
commit | de4a540efee75970a7ff7949ada2304c786b1da8 (patch) | |
tree | 0d9375e02015f20f7290a4423dd9731bfff3ebd2 /scripts | |
parent | b8aeced92d5a3576e9bc5fbd87656dc97e380c52 (diff) | |
download | mupdf-de4a540efee75970a7ff7949ada2304c786b1da8.tar.xz |
Fix whitespace and indentation.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/jpeg/jconfig.h | 1 | ||||
-rw-r--r-- | scripts/namedump.c | 1 |
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) { |