Skip to content

Commit

Permalink
[plugins] Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Jul 29, 2019
1 parent 78d7b6d commit 2692aa4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/dbus_service/dbus_service_error.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2018 Jolla Ltd.
* Copyright (C) 2018 Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2018-2019 Jolla Ltd.
* Copyright (C) 2018-2019 Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
Expand All @@ -14,8 +14,8 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the names of the copyright holders nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Expand All @@ -41,7 +41,7 @@ static const GDBusErrorEntry dbus_service_errors[] = {
{ DBUS_SERVICE_ERROR_NOT_FOUND, DBUS_SERVICE_ERROR_("NotFound") },
{ DBUS_SERVICE_ERROR_NOT_SUPPORTED, DBUS_SERVICE_ERROR_("NotSupported") },
{ DBUS_SERVICE_ERROR_ABORTED, DBUS_SERVICE_ERROR_("Aborted") },
{ DBUS_SERVICE_ERROR_NACK, DBUS_SERVICE_ERROR_("NACK") }
{ DBUS_SERVICE_ERROR_NACK, DBUS_SERVICE_ERROR_("NACK") }
};

G_STATIC_ASSERT(G_N_ELEMENTS(dbus_service_errors) == DBUS_SERVICE_NUM_ERRORS);
Expand Down

0 comments on commit 2692aa4

Please sign in to comment.