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:
130335b
)
eolian gen2: properly space headers
author
Daniel Kolesa
<d.kolesa@osg.samsung.com>
Wed, 28 Sep 2016 12:41:32 +0000
(14:41 +0200)
committer
Daniel Kolesa
<d.kolesa@osg.samsung.com>
Fri, 7 Oct 2016 09:54:23 +0000
(11:54 +0200)
src/bin/eolian2/headers.c
patch
|
blob
|
history
diff --git
a/src/bin/eolian2/headers.c
b/src/bin/eolian2/headers.c
index
fa18a46
..
bd593c3
100644
(file)
--- a/
src/bin/eolian2/headers.c
+++ b/
src/bin/eolian2/headers.c
@@
-222,7
+222,7
@@
eo_gen_header_gen(const Eolian_Class *cl, Eina_Strbuf *buf, Eina_Bool legacy)
cnameu, _cl_type_str_get(cl, EINA_TRUE),
cnamel, _cl_type_str_get(cl, EINA_FALSE));
- eina_strbuf_append_printf(buf, "EWAPI const Efl_Class *%s_%s_get(void);\n
\n
",
+ eina_strbuf_append_printf(buf, "EWAPI const Efl_Class *%s_%s_get(void);\n",
cnamel, _cl_type_str_get(cl, EINA_FALSE));
}
@@
-242,6
+242,7
@@
eo_gen_header_gen(const Eolian_Class *cl, Eina_Strbuf *buf, Eina_Bool legacy)
/* beta can only exist for eo api */
if (legacy && eolian_function_is_beta(fid))
continue;
+ eina_strbuf_append_char(buf, '\n');
switch (ftype)
{
case EOLIAN_PROP_GET: