On 07/30/2010 09:54 PM, Enlightenment SVN wrote:
> Log:
>    formatting.<- uncrustify
>
>
> Author:       raster
> Date:         2010-07-30 18:54:48 -0700 (Fri, 30 Jul 2010)
> New Revision: 50698
>
> Modified:
>    trunk/eet/src/bin/eet_main.c 
> trunk/eet/src/examples/eet-data-file_descriptor.c 
> trunk/eet/src/examples/eet-data-nested.c 
> trunk/eet/src/examples/eet-data-simple.c trunk/eet/src/lib/Eet.h 
> trunk/eet/src/lib/Eet_private.h trunk/eet/src/lib/eet_cipher.c 
> trunk/eet/src/lib/eet_connection.c trunk/eet/src/lib/eet_data.c 
> trunk/eet/src/lib/eet_dictionary.c trunk/eet/src/lib/eet_image.c 
> trunk/eet/src/lib/eet_lib.c trunk/eet/src/lib/eet_node.c 
> trunk/eet/src/lib/eet_utils.c trunk/eet/src/tests/eet_data_suite.c 
> trunk/eet/src/tests/eet_suite.c trunk/eet/src/tests/eet_suite.h
>
>
>   static void
> -do_eet_list(const char *file)
> +do_eet_list(const char * file)
>   {
>      int i, num;
> -   char **list;
> -   Eet_File *ef;
> +   char ** list;
> +   Eet_File * ef;

Not to nit-pick and start anymore flames (lord knows we don't need any 
more of that) ... BUT is this Really what we want .. wrt 'const char * 
file' vs the current 'const char *file ???

dh

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to