summaryrefslogtreecommitdiff
path: root/src/fringe.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-09-21 23:09:16 +0000
committerRichard M. Stallman <rms@gnu.org>2007-09-21 23:09:16 +0000
commit438703e587df9f114b28e2196f7b9ef6b6a0f14a (patch)
treec3ede03998ba16ce9abe0f79fd5b9409a4d4e3ed /src/fringe.c
parent1e5c1d204a1f64afc4608c88a9b3dd670459d46b (diff)
downloademacs-438703e587df9f114b28e2196f7b9ef6b6a0f14a.tar.gz
Whitespace change.
Diffstat (limited to 'src/fringe.c')
-rw-r--r--src/fringe.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fringe.c b/src/fringe.c
index d9159ae3de5..62767b39118 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -1328,11 +1328,11 @@ If BITMAP overrides a standard fringe bitmap, the original bitmap is restored.
*/
#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