summaryrefslogtreecommitdiff
path: root/apps/unix/x11pdf.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2008-03-09 00:22:04 +0100
committerSebastian Rasmussen <sebras@hotmail.com>2008-03-09 00:22:04 +0100
commit8236955d750ebde9d90fcda18447b0ec5554379c (patch)
tree3e1a123acbc9b90503f6082d469c467b4d363ada /apps/unix/x11pdf.c
parent4550244068208eb04dcf868e59267a6b7494b837 (diff)
downloadmupdf-8236955d750ebde9d90fcda18447b0ec5554379c.tar.xz
Fixed initial line whitespace.
Diffstat (limited to 'apps/unix/x11pdf.c')
-rw-r--r--apps/unix/x11pdf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/unix/x11pdf.c b/apps/unix/x11pdf.c
index 537015f9..ae93a2fd 100644
--- a/apps/unix/x11pdf.c
+++ b/apps/unix/x11pdf.c
@@ -227,7 +227,7 @@ static void invertcopyrect()
p = (unsigned *)(gapp.image->samples + (y * gapp.image->w + x0) * 4);
for (x = x0; x < x1; x++)
{
- *p = ~0 - *p;
+ *p = ~0 - *p;
p ++;
}
}
@@ -530,7 +530,7 @@ int main(int argc, char **argv)
tmo.tv_sec == 0 && tmo.tv_usec == 0)
{
// redraw page
- winblit(&gapp);
+ winblit(&gapp);
isshowingpage = 0;
winresettmo(&tmo, &tmo_at);
continue;