summaryrefslogtreecommitdiff
path: root/fitz/filt_jbig2d.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-29 22:58:55 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-29 22:58:55 +0200
commit47375231d93cc5158a5ea18a7868409c1d5c3686 (patch)
tree491d2efce6642edee823d47e4f8de8792236b384 /fitz/filt_jbig2d.c
parent7748021cc09a52fbb12fc33d7e84806890394249 (diff)
downloadmupdf-47375231d93cc5158a5ea18a7868409c1d5c3686.tar.xz
Reformat to remove all instances of double spaces (to easier spot indentation errors in the future).
Diffstat (limited to 'fitz/filt_jbig2d.c')
-rw-r--r--fitz/filt_jbig2d.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/fitz/filt_jbig2d.c b/fitz/filt_jbig2d.c
index 39015279..100eba05 100644
--- a/fitz/filt_jbig2d.c
+++ b/fitz/filt_jbig2d.c
@@ -14,14 +14,14 @@
#ifdef _WIN32 /* Microsoft Visual C++ */
-typedef signed char int8_t;
-typedef short int int16_t;
-typedef int int32_t;
-typedef __int64 int64_t;
-
-typedef unsigned char uint8_t;
-typedef unsigned short int uint16_t;
-typedef unsigned int uint32_t;
+typedef signed char int8_t;
+typedef short int int16_t;
+typedef int int32_t;
+typedef __int64 int64_t;
+
+typedef unsigned char uint8_t;
+typedef unsigned short int uint16_t;
+typedef unsigned int uint32_t;
#else
#include <inttypes.h>