mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
clang-format src
This commit is contained in:
@@ -24,7 +24,7 @@ namespace XSwiftBus
|
||||
const std::function<void(T *)> &remove,
|
||||
const std::function<void(T *)> &toggled)
|
||||
: m_addHandler(add), m_removeHandler(remove), m_toggledHandler(toggled)
|
||||
{ }
|
||||
{}
|
||||
|
||||
static dbus_bool_t add(T *watch, void *refcon)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user