Mercurial > emacs
view src/bitmaps/gray.xbm @ 50441:37738feb0204
Break the line after the return type in function definition.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 04 Apr 2003 21:15:53 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};