diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-09 00:22:04 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-09 00:22:04 +0100 |
commit | 8236955d750ebde9d90fcda18447b0ec5554379c (patch) | |
tree | 3e1a123acbc9b90503f6082d469c467b4d363ada /include/pdfapp.h | |
parent | 4550244068208eb04dcf868e59267a6b7494b837 (diff) | |
download | mupdf-8236955d750ebde9d90fcda18447b0ec5554379c.tar.xz |
Fixed initial line whitespace.
Diffstat (limited to 'include/pdfapp.h')
-rw-r--r-- | include/pdfapp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pdfapp.h b/include/pdfapp.h index bc7bfbb5..0d3c5ec6 100644 --- a/include/pdfapp.h +++ b/include/pdfapp.h @@ -58,8 +58,8 @@ struct pdfapp_s int selx, sely; fz_irect selr; - /* client context storage */ - void *userdata; + /* client context storage */ + void *userdata; }; void pdfapp_init(pdfapp_t *app); |