diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2008-01-06 02:16:49 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2008-01-06 02:16:49 +0100 |
commit | 829bf15f1b0c1e28a0f73893dfc40d6507857665 (patch) | |
tree | e199e618ad84dd19600b4ee5d1a6833bd6e4cb8e | |
parent | 72544d878ed86df19a321272702462fa2cc5f0a7 (diff) | |
download | mupdf-829bf15f1b0c1e28a0f73893dfc40d6507857665.tar.xz |
Whitespace fix.
-rw-r--r-- | include/pdfapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdfapp.h b/include/pdfapp.h index 4792adda..bc7bfbb5 100644 --- a/include/pdfapp.h +++ b/include/pdfapp.h @@ -57,7 +57,7 @@ struct pdfapp_s int iscopying; int selx, sely; fz_irect selr; - + /* client context storage */ void *userdata; }; |