# HG changeset patch # User Richard M. Stallman # Date 1190416156 0 # Node ID 81277ea2b8e36e0d09aaa991c2580cadf50307bf # Parent abdfd1f5b4918dafd551e3b29fa1991161c63e88 Whitespace change. diff -r abdfd1f5b491 -r 81277ea2b8e3 src/fringe.c --- a/src/fringe.c Fri Sep 21 23:08:01 2007 +0000 +++ b/src/fringe.c Fri Sep 21 23:09:16 2007 +0000 @@ -1328,11 +1328,11 @@ */ #if defined (HAVE_X_WINDOWS) -static unsigned char swap_nibble[16] = { - 0x0, 0x8, 0x4, 0xc, /* 0000 1000 0100 1100 */ - 0x2, 0xa, 0x6, 0xe, /* 0010 1010 0110 1110 */ - 0x1, 0x9, 0x5, 0xd, /* 0001 1001 0101 1101 */ - 0x3, 0xb, 0x7, 0xf}; /* 0011 1011 0111 1111 */ +static unsigned char swap_nibble[16] + = { 0x0, 0x8, 0x4, 0xc, /* 0000 1000 0100 1100 */ + 0x2, 0xa, 0x6, 0xe, /* 0010 1010 0110 1110 */ + 0x1, 0x9, 0x5, 0xd, /* 0001 1001 0101 1101 */ + 0x3, 0xb, 0x7, 0xf }; /* 0011 1011 0111 1111 */ #endif /* HAVE_X_WINDOWS */ void