summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/glyph.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-04-07 17:07:41 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-04-07 17:07:41 +0200
commit30252bb78a1a91e4913d2a785cdf83c0837c6e95 (patch)
tree83a62b221fc58754eda361c5745fa1abf9ef78d7 /include/mupdf/fitz/glyph.h
parentda64f5f63c0d263e5edd6d8b4ace6a4146a72c84 (diff)
downloadmupdf-30252bb78a1a91e4913d2a785cdf83c0837c6e95.tar.xz
Fix whitespace.
Diffstat (limited to 'include/mupdf/fitz/glyph.h')
-rw-r--r--include/mupdf/fitz/glyph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mupdf/fitz/glyph.h b/include/mupdf/fitz/glyph.h
index f2cc6cc1..1839ed6a 100644
--- a/include/mupdf/fitz/glyph.h
+++ b/include/mupdf/fitz/glyph.h
@@ -65,8 +65,8 @@ fz_glyph *fz_new_glyph_from_8bpp_data(fz_context *ctx, int x, int y, int w, int
Returns a pointer to the new glyph. Throws exception on failure to
allocate.
-*/fz_glyph *fz_new_glyph_from_1bpp_data(fz_context *ctx, int x, int y, int w, int h, unsigned char *sp, int span);
-
+*/
+fz_glyph *fz_new_glyph_from_1bpp_data(fz_context *ctx, int x, int y, int w, int h, unsigned char *sp, int span);
/*
fz_keep_glyph: Take a reference to a glyph.