summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commitef393e7645961c61ff1e776d67d3c3b9f494bc49 (patch)
tree1471dfc50643fdc560d1c94fff6318482fa8876b /src/w32fns.c
parent270af5640a046aab319b9988fc29f41a47681f92 (diff)
downloademacs-ef393e7645961c61ff1e776d67d3c3b9f494bc49.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index feed88096f7..658a256ed63 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -10489,7 +10489,7 @@ xpm_load (f, img)
string buffer containing data in the same format as an XPM file. */
specified_file = image_spec_value (img->spec, QCfile, NULL);
-
+
{
HDC frame_dc = get_frame_dc (f);
hdc = CreateCompatibleDC (frame_dc);
@@ -10535,7 +10535,7 @@ xpm_load (f, img)
fn_XImageFree (xpm_image);
}
if (xpm_mask && xpm_mask->bitmap)
- {
+ {
/* The mask appears to be inverted compared with what we expect.
TODO: invert our expectations. See other places where we
have to invert bits because our idea of masks is backwards. */
@@ -10546,7 +10546,7 @@ xpm_load (f, img)
SelectObject (hdc, old_obj);
img->mask = xpm_mask->bitmap;
- fn_XImageFree (xpm_mask);
+ fn_XImageFree (xpm_mask);
DeleteDC (hdc);
}