From: englebass Date: Fri, 24 Oct 2008 21:47:10 +0000 (+0000) Subject: formatting X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95608da651e9984da9bd112fd0c9c1948285e3a6;p=profile%2Fivi%2Feet.git formatting git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@37080 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/eet_data.c b/src/lib/eet_data.c index be83422..19b4bc3 100644 --- a/src/lib/eet_data.c +++ b/src/lib/eet_data.c @@ -711,19 +711,22 @@ eet_data_chunk_get(const Eet_Dictionary *ed, Eet_Data_Chunk *chnk, const char *s; int ret1, ret2; - if (!src) { - fprintf(stderr, "stiouf -3\n"); - return; - } - if (size <= 8) { - fprintf(stderr, "stiouf -2 %i\n", size); - return; - } + if (!src) + { + fprintf(stderr, "stiouf -3\n"); + return; + } + if (size <= 8) + { + fprintf(stderr, "stiouf -2 %i\n", size); + return; + } - if (!chnk) { - fprintf(stderr, "stiouf -1\n"); - return; - } + if (!chnk) + { + fprintf(stderr, "stiouf -1\n"); + return; + } s = src; if (s[2] == 'K')