diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-10-13 12:42:14 +0000 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-10-13 12:42:14 +0000 |
commit | 9207d8ae87fd98fe0628126f97f214db2b4a90af (patch) | |
tree | b2314958bf02523df411a370c7a51e4c1fc062fe /draw/blendmodes.c | |
parent | 564a2d7ad37ea41f02ee90c9c751ca076ddb29fd (diff) | |
download | mupdf-9207d8ae87fd98fe0628126f97f214db2b4a90af.tar.xz |
Fix formatting: remove double spaces.
Diffstat (limited to 'draw/blendmodes.c')
-rw-r--r-- | draw/blendmodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/blendmodes.c b/draw/blendmodes.c index 184e1a28..ac2e6c27 100644 --- a/draw/blendmodes.c +++ b/draw/blendmodes.c @@ -1,6 +1,6 @@ #include "fitz.h" -/* PDF 1.4 blend modes. These are slow. */ +/* PDF 1.4 blend modes. These are slow. */ typedef unsigned char byte; |