From: raoul Date: Mon, 16 May 2011 12:16:54 +0000 (+0000) Subject: Fix embryo code creation. Add newline after each function. It avoid lines to be too... X-Git-Tag: 2.0_alpha~163^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4eaf3f6732daf6f7445d5eaaa4574c9545a6ad68;p=framework%2Fuifw%2Fedje.git Fix embryo code creation. Add newline after each function. It avoid lines to be too long for embryo_cc. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@59448 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_cc_out.c b/src/bin/edje_cc_out.c index 4c72133..650e959 100644 --- a/src/bin/edje_cc_out.c +++ b/src/bin/edje_cc_out.c @@ -777,7 +777,7 @@ create_script_file(Eet_File *ef, const char *filename, const Code *cd) else if (sp[0] == '\n') hash = 0; } } - fprintf(f, "}"); + fprintf(f, "}\n"); ln += cp->l2 - cp->l1 + 1; } }