]> Pileus Git - ~andy/gtk/commitdiff
Trivial: Fix a whitespace messup
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Aug 2012 18:24:20 +0000 (14:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Aug 2012 18:24:20 +0000 (14:24 -0400)
Pointed out by Carlos Garnacho in bug 651244.

gtk/gtkentry.c
gtk/gtktextview.c

index f82512cd4c14dcb8b66b54ef215284895916dfc1..cb1c56a74199798c8afcfbfc808b633ac74ba58b 100644 (file)
@@ -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");
-  }
+    }
 }
 
 /**
index 6f8fb265d8e84cae3f16cee7e80393925b26d2e1..f8188483a9f2e9fa1580bfbfe89a1ed930cd245d 100644 (file)
@@ -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");
-  }
+    }
 }
 
 /**