[gimp] app: Update coding style (minor)
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Update coding style (minor)
- Date: Sat, 3 May 2014 14:29:30 +0000 (UTC)
commit e0015fa67ab7ab09d1571030bb42cfba2850191a
Author: Mukund Sivaraman <muks banu com>
Date: Sat May 3 19:59:00 2014 +0530
app: Update coding style (minor)
app/text/gimpfont.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
index ea55a77..9263498 100644
--- a/app/text/gimpfont.c
+++ b/app/text/gimpfont.c
@@ -676,7 +676,7 @@ gimp_font_get_sample_string (PangoContext *context,
unsigned int count;
PangoOTTag *slist;
- tag = get_hb_table_type(tt);
+ tag = get_hb_table_type (tt);
count = hb_ot_layout_table_get_script_tags (hb_face, tag, 0, NULL, NULL);
slist = g_new (PangoOTTag, count + 1);
hb_ot_layout_table_get_script_tags (hb_face, tag, 0, &count, slist);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]