aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg/fb/fb_imlib2.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-09-09 13:59:09 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-09-09 13:59:09 +0000
commit0317882329127ae64f1b0244b40fb94bfbe52132 (patch)
treee49ecce48c53c62c7d5d2fa91ea9533a0fdb6ce2 /w3mimg/fb/fb_imlib2.c
parent[w3m-dev 03299] remove file before copying (install-sh) (diff)
downloadw3m-0317882329127ae64f1b0244b40fb94bfbe52132.tar.gz
w3m-0317882329127ae64f1b0244b40fb94bfbe52132.zip
fix indent
Diffstat (limited to 'w3mimg/fb/fb_imlib2.c')
-rw-r--r--w3mimg/fb/fb_imlib2.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/w3mimg/fb/fb_imlib2.c b/w3mimg/fb/fb_imlib2.c
index a8371ff..49a17a5 100644
--- a/w3mimg/fb/fb_imlib2.c
+++ b/w3mimg/fb/fb_imlib2.c
@@ -1,4 +1,4 @@
-/* $Id: fb_imlib2.c,v 1.7 2002/07/29 15:25:37 ukai Exp $ */
+/* $Id: fb_imlib2.c,v 1.8 2002/09/09 14:00:42 ukai Exp $ */
/**************************************************************************
fb_imlib2.c 0.3 Copyright (C) 2002, hito
**************************************************************************/
@@ -89,7 +89,8 @@ draw(FB_IMAGE * img, Imlib_Image image)
if (a == 0) {
fb_image_pset(img, i, j, bg_r, bg_g, bg_b);
- } else {
+ }
+ else {
fb_image_pset(img, i, j, r, g, b);
}
}