diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-18 14:31:07 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-18 14:31:07 +0000 |
commit | eec657d1404d084461748bfa468bfedebbb6f22f (patch) | |
tree | 5d1b6123dab4b479efd1079da705c95d0c99915e /w3mimg/fb/fb_imlib2.h | |
parent | indent (diff) | |
download | w3m-eec657d1404d084461748bfa468bfedebbb6f22f.tar.gz w3m-eec657d1404d084461748bfa468bfedebbb6f22f.zip |
indent
Diffstat (limited to '')
-rw-r--r-- | w3mimg/fb/fb_imlib2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/w3mimg/fb/fb_imlib2.h b/w3mimg/fb/fb_imlib2.h index a091c60..cb5a216 100644 --- a/w3mimg/fb/fb_imlib2.h +++ b/w3mimg/fb/fb_imlib2.h @@ -5,10 +5,10 @@ #include <Imlib2.h> typedef struct { - int width; - int height; - Imlib_Image image; - DATA32 *data; + int width; + int height; + Imlib_Image image; + DATA32 *data; } IMAGE; #endif |