projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d5dd2
)
Fix embryo code creation. Add newline after each function. It avoid lines to be too...
author
Raoul HECKY
<raoul.hecky@gmail.com>
Mon, 16 May 2011 12:16:54 +0000
(12:16 +0000)
committer
Raoul HECKY
<raoul.hecky@gmail.com>
Mon, 16 May 2011 12:16:54 +0000
(12:16 +0000)
SVN revision: 59448
legacy/edje/src/bin/edje_cc_out.c
patch
|
blob
|
history
diff --git
a/legacy/edje/src/bin/edje_cc_out.c
b/legacy/edje/src/bin/edje_cc_out.c
index 4c72133c851d8076d4089df80c4ab5109da2221e..650e959907ef48df37994fdb173e3bd38593daf9 100644
(file)
--- a/
legacy/edje/src/bin/edje_cc_out.c
+++ b/
legacy/edje/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;
}
}