[PATCH] qmicli: untabify

Aleksander Morgado aleksander at aleksander.es
Sat Oct 27 12:47:40 UTC 2018


On 10/27/18 6:45 AM, Ben Chan wrote:
> ---
>  src/qmicli/qmicli-wds.c | 10 +++++-----
>  src/qmicli/qmicli-wms.c | 16 ++++++++--------
>  2 files changed, 13 insertions(+), 13 deletions(-)
> 

Pushed, thanks.

> diff --git a/src/qmicli/qmicli-wds.c b/src/qmicli/qmicli-wds.c
> index 02b2471..2498de5 100644
> --- a/src/qmicli/qmicli-wds.c
> +++ b/src/qmicli/qmicli-wds.c
> @@ -2173,11 +2173,11 @@ set_default_profile_num_input_create (const gchar *str)
>      }
>  
>      if (!qmi_message_wds_set_default_profile_num_input_set_profile_identifier (
> -			            input,
> -			            profile_type,
> -			            QMI_WDS_PROFILE_FAMILY_TETHERED,
> -			            (guint8)profile_num,
> -			            &error)) {
> +            input,
> +            profile_type,
> +            QMI_WDS_PROFILE_FAMILY_TETHERED,
> +            (guint8)profile_num,
> +            &error)) {
>          g_printerr ("error: couldn't create input bundle: '%s'\n", error->message);
>          goto error_out;
>      }
> diff --git a/src/qmicli/qmicli-wms.c b/src/qmicli/qmicli-wms.c
> index 89d8a98..e794ec4 100644
> --- a/src/qmicli/qmicli-wms.c
> +++ b/src/qmicli/qmicli-wms.c
> @@ -65,16 +65,16 @@ static GOptionEntry entries[] = {
>  GOptionGroup *
>  qmicli_wms_get_option_group (void)
>  {
> -	GOptionGroup *group;
> +    GOptionGroup *group;
>  
> -	group = g_option_group_new ("wms",
> -	                            "WMS options",
> -	                            "Show Wireless Messaging Service options",
> -	                            NULL,
> -	                            NULL);
> -	g_option_group_add_entries (group, entries);
> +    group = g_option_group_new ("wms",
> +                                "WMS options",
> +                                "Show Wireless Messaging Service options",
> +                                NULL,
> +                                NULL);
> +    g_option_group_add_entries (group, entries);
>  
> -	return group;
> +    return group;
>  }
>  
>  gboolean
> 


-- 
Aleksander
https://aleksander.es


More information about the libqmi-devel mailing list