[gtk+] Trivial: Fix a whitespace messup



commit 0cb56312b9f79b2ca85d15fb887944daa307e1a8
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Aug 25 14:24:20 2012 -0400

    Trivial: Fix a whitespace messup
    
    Pointed out by Carlos Garnacho in bug 651244.

 gtk/gtkentry.c    |    4 ++--
 gtk/gtktextview.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index f82512c..cb1c56a 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -10385,7 +10385,7 @@ gtk_entry_set_input_purpose (GtkEntry        *entry,
                     NULL);
 
       g_object_notify (G_OBJECT (entry), "input-purpose");
-  }
+    }
 }
 
 /**
@@ -10434,7 +10434,7 @@ gtk_entry_set_input_hints (GtkEntry      *entry,
                     NULL);
 
       g_object_notify (G_OBJECT (entry), "input-hints");
-  }
+    }
 }
 
 /**
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 6f8fb26..f818848 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -9712,7 +9712,7 @@ gtk_text_view_set_input_purpose (GtkTextView     *text_view,
                     NULL);
 
       g_object_notify (G_OBJECT (text_view), "input-purpose");
-  }
+    }
 }
 
 /**
@@ -9763,7 +9763,7 @@ gtk_text_view_set_input_hints (GtkTextView   *text_view,
                     NULL);
 
       g_object_notify (G_OBJECT (text_view), "input-hints");
-  }
+    }
 }
 
 /**



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