projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2d1f4c
)
Fix embryo code creation. Add newline after each function. It avoid lines to be too...
author
raoul
<raoul>
Mon, 16 May 2011 12:16:54 +0000
(12:16 +0000)
committer
raoul
<raoul@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 May 2011 12:16:54 +0000
(12:16 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@59448
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/bin/edje_cc_out.c
patch
|
blob
|
history
diff --git
a/src/bin/edje_cc_out.c
b/src/bin/edje_cc_out.c
index
4c72133
..
650e959
100644
(file)
--- 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;
}
}