elementary_codegen.c: fixed formatting.

This commit is contained in:
Daniel Juyung Seo 2013-08-11 15:25:14 +09:00
parent 50463d76b0
commit d605252bc7
1 changed files with 173 additions and 172 deletions

View File

@ -259,7 +259,8 @@ static FILE *header_fd = NULL;
"void %s_%s_callback_del(Evas_Object *o, Edje_Signal_Cb func);\n"
const Ecore_Getopt optdesc = {
const Ecore_Getopt optdesc =
{
"elm_codegen",
"%prog [options] <file.edj> <group> <source_file_name> <header_file_name>",
PACKAGE_VERSION,
@ -867,11 +868,11 @@ main(int argc, char *argv[])
ret = 8;
}
error_getopt:
error_getopt:
if (ee)
ecore_evas_free(ee);
error_log:
error_log:
edje_shutdown();
ecore_evas_shutdown();
ecore_shutdown();