Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_textblock_styles.c 


Log Message:
formatting

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_textblock_styles.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- edje_textblock_styles.c     18 Jan 2008 20:51:03 -0000      1.14
+++ edje_textblock_styles.c     19 Jan 2008 00:24:53 -0000      1.15
@@ -444,10 +444,11 @@
                  buf = _edje_strbuf_append(buf, " ", &buflen, &bufalloc);
                  buf = _edje_strbuf_append(buf, "font=", &buflen, &bufalloc);
                  tmp = _edje_str_escape(tag->font);
-                 if (tmp) {
-                    buf = _edje_strbuf_append(buf, tmp, &buflen, &bufalloc);
-                    free(tmp);
-                 }
+                 if (tmp)
+                   {
+                      buf = _edje_strbuf_append(buf, tmp, &buflen, &bufalloc);
+                      free(tmp);
+                   }
               }
             buf = _edje_strbuf_append(buf, "'", &buflen, &bufalloc);
          }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to