[libvirt] [libvirt-designer][PATCH 2/2] libvirt-designer-main.c: Re-indent function headers

Christophe Fergeau cfergeau at redhat.com
Fri Apr 19 11:03:23 UTC 2013


ACK
On Fri, Apr 19, 2013 at 11:24:31AM +0200, Michal Privoznik wrote:
> ---
>  libvirt-designer/libvirt-designer-main.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/libvirt-designer/libvirt-designer-main.c b/libvirt-designer/libvirt-designer-main.c
> index ce69024..07de8c1 100644
> --- a/libvirt-designer/libvirt-designer-main.c
> +++ b/libvirt-designer/libvirt-designer-main.c
> @@ -38,7 +38,7 @@
>   *     understood by GTK+ are stripped before return.
>   */
>  void gvir_designer_init(int *argc,
> -                       char ***argv)
> +                        char ***argv)
>  {
>      GError *err = NULL;
>      if (!gvir_designer_init_check(argc, argv, &err)) {
> @@ -65,8 +65,8 @@ static void gvir_log_handler(const gchar *log_domain G_GNUC_UNUSED,
>   * @err: pointer to a #GError to which a message will be posted on error
>   */
>  gboolean gvir_designer_init_check(int *argc,
> -                                 char ***argv,
> -                                 GError **err)
> +                                  char ***argv,
> +                                  GError **err)
>  {
>      if (!gvir_config_init_check(argc, argv, err))
>          return FALSE;
> -- 
> 1.8.1.5
> 
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130419/c8de35f4/attachment-0001.sig>


More information about the libvir-list mailing list