[glib] Trivial formatting fix



commit 6a487eae569198c88ef799b637891a4ed53effae
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 2 01:40:39 2013 -0400

    Trivial formatting fix

 gio/gbytesicon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gbytesicon.c b/gio/gbytesicon.c
index 801d93a..63022af 100644
--- a/gio/gbytesicon.c
+++ b/gio/gbytesicon.c
@@ -189,7 +189,7 @@ g_bytes_icon_hash (GIcon *icon)
 
 static gboolean
 g_bytes_icon_equal (GIcon *icon1,
-                   GIcon *icon2)
+                    GIcon *icon2)
 {
   GBytesIcon *bytes1 = G_BYTES_ICON (icon1);
   GBytesIcon *bytes2 = G_BYTES_ICON (icon2);


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