[vte] Minor



commit fb7fb842be37441b37bc4ae79937540fd4a0de3f
Author: Behdad Esfahbod <behdad behdad org>
Date:   Thu Aug 20 23:10:07 2009 -0400

    Minor

 src/vteseq.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/vteseq.c b/src/vteseq.c
index fe5ad7f..ac05f9a 100644
--- a/src/vteseq.c
+++ b/src/vteseq.c
@@ -126,8 +126,7 @@ vte_insert_line_internal(VteTerminal *terminal, glong position)
 	/* If we haven't inserted a line yet, insert a new one. */
 	row = _vte_new_row_data(terminal, TRUE);
 	if (_vte_ring_next(terminal->pvt->screen->row_data) >= position) {
-		_vte_ring_insert(terminal->pvt->screen->row_data,
-				 position, row);
+		_vte_ring_insert(terminal->pvt->screen->row_data, position, row);
 	} else {
 		_vte_ring_append(terminal->pvt->screen->row_data, row);
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]