[gtksourceview] buffer: do not have two consecutive empty lines



commit fb398e3c64ba43478716f602c9f87dc82ee02718
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Jul 21 12:45:44 2016 +0200

    buffer: do not have two consecutive empty lines
    
    To follow the coding style.

 gtksourceview/gtksourcebuffer.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcebuffer.h b/gtksourceview/gtksourcebuffer.h
index fdcfc8b..7526ed3 100644
--- a/gtksourceview/gtksourcebuffer.h
+++ b/gtksourceview/gtksourcebuffer.h
@@ -99,7 +99,6 @@ typedef enum
        GTK_SOURCE_SORT_FLAGS_REMOVE_DUPLICATES = 1 << 2,
 } GtkSourceSortFlags;
 
-
 struct _GtkSourceBuffer
 {
        GtkTextBuffer parent_instance;


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