summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2008-01-06 02:16:49 +0100
committerSebastian Rasmussen <sebras@hotmail.com>2008-01-06 02:16:49 +0100
commit829bf15f1b0c1e28a0f73893dfc40d6507857665 (patch)
treee199e618ad84dd19600b4ee5d1a6833bd6e4cb8e
parent72544d878ed86df19a321272702462fa2cc5f0a7 (diff)
downloadmupdf-829bf15f1b0c1e28a0f73893dfc40d6507857665.tar.xz
Whitespace fix.
-rw-r--r--include/pdfapp.h2
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;
};