comparison src/fringe.c @ 78864:81277ea2b8e3

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Sep 2007 23:09:16 +0000
parents 7080fcd26c3e
children fc2bcd2a8aad
comparison
equal deleted inserted replaced
78863:abdfd1f5b491 78864:81277ea2b8e3
1326 1326
1327 On W32 and MAC (little endian), there's no need to do this. 1327 On W32 and MAC (little endian), there's no need to do this.
1328 */ 1328 */
1329 1329
1330 #if defined (HAVE_X_WINDOWS) 1330 #if defined (HAVE_X_WINDOWS)
1331 static unsigned char swap_nibble[16] = { 1331 static unsigned char swap_nibble[16]
1332 0x0, 0x8, 0x4, 0xc, /* 0000 1000 0100 1100 */ 1332 = { 0x0, 0x8, 0x4, 0xc, /* 0000 1000 0100 1100 */
1333 0x2, 0xa, 0x6, 0xe, /* 0010 1010 0110 1110 */ 1333 0x2, 0xa, 0x6, 0xe, /* 0010 1010 0110 1110 */
1334 0x1, 0x9, 0x5, 0xd, /* 0001 1001 0101 1101 */ 1334 0x1, 0x9, 0x5, 0xd, /* 0001 1001 0101 1101 */
1335 0x3, 0xb, 0x7, 0xf}; /* 0011 1011 0111 1111 */ 1335 0x3, 0xb, 0x7, 0xf }; /* 0011 1011 0111 1111 */
1336 #endif /* HAVE_X_WINDOWS */ 1336 #endif /* HAVE_X_WINDOWS */
1337 1337
1338 void 1338 void
1339 init_fringe_bitmap (which, fb, once_p) 1339 init_fringe_bitmap (which, fb, once_p)
1340 int which; 1340 int which;