[gnome-bluetooth] [PATCH 12/12] trivial: remove unused declaration

Daniele Forsi dforsi at gmail.com
Sun Nov 19 12:47:48 EST 2017


2017-01-15 10:49 GMT+01:00 Ladislav Michl <ladis at linux-mips.org>:
> Signed-off-by: Ladislav Michl <ladis at linux-mips.org>
> ---
>  src/phonemgr-object.c | 10 ++--------
>  1 file changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/src/phonemgr-object.c b/src/phonemgr-object.c
> index 08ee5f4..d7caa98 100644
> --- a/src/phonemgr-object.c
> +++ b/src/phonemgr-object.c
> @@ -1,5 +1,5 @@
>  /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
> -/*
> +/*
>   * Copyright (C) 2007 Bastien Nocera <hadess at hadess.net>
>   *
>   * This program is free software; you can redistribute it and/or modify

[...]

> @@ -174,7 +168,7 @@ phonemgr_object_register (DBusGConnection *connection,
>         g_object_unref (G_OBJECT (bus_proxy));
>
>         /* already running */
> -       if (request_name_result != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {
> +       if (request_name_result != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {
>                 return FALSE;
>         }

these two hunks look like are changing the white space, IMHO they are
not worth the trouble, but in case it's better if they are in a
separated patch, possibly with other cosmetic changes

-- 
Daniele Forsi


More information about the gnome-bluetooth mailing list