Fix embryo code creation. Add newline after each function. It avoid lines to be too...
authorRaoul HECKY <raoul.hecky@gmail.com>
Mon, 16 May 2011 12:16:54 +0000 (12:16 +0000)
committerRaoul 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

index 4c72133c851d8076d4089df80c4ab5109da2221e..650e959907ef48df37994fdb173e3bd38593daf9 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;
          }
      }