From bb23db86a7207d856be80a462e7fe5fab0277030 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sun, 5 Jun 2005 23:43:49 +0000 Subject: [PATCH] Removed trailing whitespace. --- src/view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view.c b/src/view.c index 368bcccd0..2a51a20f3 100644 --- a/src/view.c +++ b/src/view.c @@ -922,7 +922,7 @@ view_offset_to_coord (WView *view, offset_type *ret_line, In all viewer modes, dpy_topleft marks the offset of the top-left corner on the screen. In hex mode, hex_cursor is the offset of the cursor. In non-wrapping text mode, dpy_text_column is the number of - columns that are hidden on the left side on the screen. + columns that are hidden on the left side on the screen. In hex mode, dpy_topleft is updated by the view_fix_cursor_position() function in order to keep the other functions simple. In text