Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/engrave

Dir     : e17/libs/engrave/src/lib


Modified Files:
        engrave_out.c 


Log Message:

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/engrave_out.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- engrave_out.c       22 Oct 2004 01:43:14 -0000      1.5
+++ engrave_out.c       22 Oct 2004 21:47:30 -0000      1.6
@@ -75,7 +75,6 @@
     char *buf = engrave_output_mk_tabs();
     fprintf(out, "%s%s {\n", buf, type);
     FREE(buf);
-
     level ++;
 }
 
@@ -83,12 +82,10 @@
 engrave_out_end(FILE *out)
 {
     char *buf = NULL;
-
     level--;
     buf = engrave_output_mk_tabs();
     fprintf(out, "%s}\n", buf);
     FREE(buf);
-
 }
 
 static void
@@ -102,7 +99,6 @@
     va_start(ap, fmt);
     vfprintf(out, fmt_new, ap);
     va_end(ap);
-
     FREE(buf);
 }
 




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to