style: remove trailing whitespace (#345)

* style: restore correct 644 file permission

* style: remove trailing whitespace
This commit is contained in:
Marcel Hellwig
2023-08-04 13:26:45 +02:00
committed by GitHub
parent 605fbe48c0
commit dcd9d46b9c
15 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace sdbus
sdbusFlags |= SD_BUS_VTABLE_PROPERTY_CONST;
else if (flags_.test(Flags::EMITS_NO_SIGNAL))
sdbusFlags |= 0;
return sdbusFlags;
}