[libgnomekbd] A bit of indent love
- From: Sergey V. Udaltsov <svu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnomekbd] A bit of indent love
- Date: Mon, 24 Jan 2011 00:52:54 +0000 (UTC)
commit 5bdcbf1ce19959f4fe763b60720c247b45a7c7cb
Author: Sergey V. Udaltsov <svu gnome org>
Date: Mon Jan 24 00:52:26 2011 +0000
A bit of indent love
libgnomekbd/gkbd-status.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libgnomekbd/gkbd-status.c b/libgnomekbd/gkbd-status.c
index 29028a5..5785e4c 100644
--- a/libgnomekbd/gkbd-status.c
+++ b/libgnomekbd/gkbd-status.c
@@ -327,7 +327,7 @@ gkbd_status_prepare_drawing (int group)
char pngfilename[20];
g_sprintf (pngfilename, "label%d.png", group);
cairo_surface_write_to_png (cs, pngfilename);
- xkl_debug(150, "file %s is created\n", pngfilename);
+ xkl_debug (150, "file %s is created\n", pngfilename);
#endif
pixbuf_data =
g_new0 (guchar,
@@ -423,7 +423,8 @@ gkbd_status_set_current_page (GkbdStatus * gki)
void
gkbd_status_set_current_page_for_group (GkbdStatus * gki, int group)
{
- GdkPixbuf *page = GDK_PIXBUF (g_slist_nth_data (globals.icons, group));
+ GdkPixbuf *page =
+ GDK_PIXBUF (g_slist_nth_data (globals.icons, group));
xkl_debug (150, "Revalidating for group %d: %p\n", group, page);
if (page == NULL) {
@@ -553,7 +554,8 @@ gkbd_status_init (GkbdStatus * gki)
(gkbd_status_theme_changed),
gki);
- xkl_debug (100, "The status icon startup process for %p completed\n",
+ xkl_debug (100,
+ "The status icon startup process for %p completed\n",
gki);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]