diff options
| author | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
| commit | 5e617bc2b62189768814fafd1a875e89a094d3ef (patch) | |
| tree | d96d22e012035d044557abf4de0b8e30b03d61b7 /src/fringe.c | |
| parent | 9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff) | |
| download | emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip | |
Whitespace changes.
Diffstat (limited to 'src/fringe.c')
| -rw-r--r-- | src/fringe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fringe.c b/src/fringe.c index 5878c541247..25fecca2334 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -456,7 +456,7 @@ static struct fringe_bitmap standard_bitmaps[] = | |||
| 456 | 456 | ||
| 457 | #define NO_FRINGE_BITMAP 0 | 457 | #define NO_FRINGE_BITMAP 0 |
| 458 | #define UNDEF_FRINGE_BITMAP 1 | 458 | #define UNDEF_FRINGE_BITMAP 1 |
| 459 | #define MAX_STANDARD_FRINGE_BITMAPS (sizeof(standard_bitmaps)/sizeof(standard_bitmaps[0])) | 459 | #define MAX_STANDARD_FRINGE_BITMAPS (sizeof (standard_bitmaps)/sizeof (standard_bitmaps[0])) |
| 460 | 460 | ||
| 461 | static struct fringe_bitmap **fringe_bitmaps; | 461 | static struct fringe_bitmap **fringe_bitmaps; |
| 462 | static Lisp_Object *fringe_faces; | 462 | static Lisp_Object *fringe_faces; |
| @@ -1165,7 +1165,7 @@ update_window_fringes (struct window *w, int keep_current_p) | |||
| 1165 | } | 1165 | } |
| 1166 | else if ((!row->reversed_p && row->truncated_on_left_p) | 1166 | else if ((!row->reversed_p && row->truncated_on_left_p) |
| 1167 | || (row->reversed_p && row->truncated_on_right_p)) | 1167 | || (row->reversed_p && row->truncated_on_right_p)) |
| 1168 | left = LEFT_FRINGE(0, Qtruncation, 0); | 1168 | left = LEFT_FRINGE (0, Qtruncation, 0); |
| 1169 | else if (row->indicate_bob_p && EQ (boundary_top, Qleft)) | 1169 | else if (row->indicate_bob_p && EQ (boundary_top, Qleft)) |
| 1170 | { | 1170 | { |
| 1171 | left = ((row->indicate_eob_p && EQ (boundary_bot, Qleft)) | 1171 | left = ((row->indicate_eob_p && EQ (boundary_bot, Qleft)) |
| @@ -1787,7 +1787,7 @@ init_fringe_once (void) | |||
| 1787 | int bt; | 1787 | int bt; |
| 1788 | 1788 | ||
| 1789 | for (bt = NO_FRINGE_BITMAP + 1; bt < MAX_STANDARD_FRINGE_BITMAPS; bt++) | 1789 | for (bt = NO_FRINGE_BITMAP + 1; bt < MAX_STANDARD_FRINGE_BITMAPS; bt++) |
| 1790 | init_fringe_bitmap(bt, &standard_bitmaps[bt], 1); | 1790 | init_fringe_bitmap (bt, &standard_bitmaps[bt], 1); |
| 1791 | } | 1791 | } |
| 1792 | 1792 | ||
| 1793 | void | 1793 | void |