On 09/17/2013 08:51 AM, Ivana Hutarova Varekova wrote:
> cgdelete use spaces instead of tabulator
> use printf instead of fprintf(stdout,...)
> 
> Signed-off-by: Ivana Hutarova Varekova <varek...@redhat.com>

Acked-By: Jan Safranek <jsafr...@redhat.com>

> ---
> 
>  src/tools/cgdelete.c |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/src/tools/cgdelete.c b/src/tools/cgdelete.c
> index 75fa907..190310f 100644
> --- a/src/tools/cgdelete.c
> +++ b/src/tools/cgdelete.c
> @@ -41,13 +41,13 @@ static void usage(int status, const char *program_name)
>                       program_name);
>               return;
>       }
> -     fprintf(stdout, "Usage: %s [-h] [-r] [[-g] <controllers>:<path>] ...\n",
> +     printf("Usage: %s [-h] [-r] [[-g] <controllers>:<path>] ...\n",
>               program_name);
> -     fprintf(stdout, "Remove control group(s)\n");
> -     fprintf(stdout, "  -g <controllers>:<path>   Control group to be "\
> -             "removed (-g is optional)\n");
> -     fprintf(stdout, "  -h, --help                Display this help\n");
> -     fprintf(stdout, "  -r, --recursive           Recursively remove "\
> +     printf("Remove control group(s)\n");
> +     printf("  -g <controllers>:<path>       Control group to be removed "\
> +             "(-g is optional)\n");
> +     printf("  -h, --help                    Display this help\n");
> +     printf("  -r, --recursive               Recursively remove "\
>               "all subgroups\n");
>  }
>  
> 
> 
> ------------------------------------------------------------------------------
> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> _______________________________________________
> Libcg-devel mailing list
> Libcg-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libcg-devel
> 


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to