consts: fixed whitespaces
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
7373cecf3b
commit
4ce3e0bc49
1 changed files with 10 additions and 10 deletions
|
|
@ -106,17 +106,17 @@ PPD_API_COMPATIBILITY = "0.23"
|
|||
PPD_DBUS_BUS = "org.freedesktop.UPower.PowerProfiles"
|
||||
PPD_DBUS_BUS_LEGACY = "net.hadess.PowerProfiles"
|
||||
PPD_DBUS_NAMES = [
|
||||
{
|
||||
"bus": PPD_DBUS_BUS,
|
||||
"namespace": PPD_DBUS_BUS,
|
||||
"interface": PPD_DBUS_BUS,
|
||||
"object": "/org/freedesktop/UPower/PowerProfiles"
|
||||
{
|
||||
"bus": PPD_DBUS_BUS,
|
||||
"namespace": PPD_DBUS_BUS,
|
||||
"interface": PPD_DBUS_BUS,
|
||||
"object": "/org/freedesktop/UPower/PowerProfiles"
|
||||
},
|
||||
{
|
||||
"bus": PPD_DBUS_BUS_LEGACY,
|
||||
"namespace": PPD_DBUS_BUS_LEGACY,
|
||||
"interface": PPD_DBUS_BUS_LEGACY,
|
||||
"object": "/net/hadess/PowerProfiles"
|
||||
{
|
||||
"bus": PPD_DBUS_BUS_LEGACY,
|
||||
"namespace": PPD_DBUS_BUS_LEGACY,
|
||||
"interface": PPD_DBUS_BUS_LEGACY,
|
||||
"object": "/net/hadess/PowerProfiles"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue