elm_entry.c: fixed formatting.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 11 Mar 2013 10:40:19 +0000 (19:40 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 11 Mar 2013 11:11:50 +0000 (20:11 +0900)
legacy/elementary/src/lib/elm_entry.c

index 0df541f..02f1004 100644 (file)
@@ -2595,9 +2595,9 @@ proceed:
         size_t tlen;
 
         tlen = strlen(text);
-       /* FIXME: need that or we do copy unitialised data */
+        /* FIXME: need that or we do copy unitialised data */
         tmpbuf = calloc(1, tlen + sd->append_text_len -
-              sd->append_text_position + 1);
+                        sd->append_text_position + 1);
         if (!tmpbuf)
           {
              ERR("Failed to allocate memory for entry's text %p", obj);