Skip to content

Fix DBus interfaces after clang-format broke them

Fabian Vogt requested to merge work/fixactivities into master

The extra spaces end up in strings for DBus object paths, which make them invalid.

BUG: 433750

CC @ahmadsamir @alex to be aware of this issue with clang-format.

This also caused https://bugs.kde.org/show_bug.cgi?id=433203 recently.

Merge request reports