Fix embryo code creation. Add newline after each function. It avoid lines to be too...
authorraoul <raoul@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 May 2011 12:16:54 +0000 (12:16 +0000)
committerraoul <raoul@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 May 2011 12:16:54 +0000 (12:16 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@59448 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_out.c

index 4c72133..650e959 100644 (file)
@@ -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;
          }
      }