Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Nov 16, 2024
1 parent 200ea5c commit 6a37123
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions introspect_async.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ class IntrospectHandler : public DBusHandler {

send_call(DBusMessageBody::mk0(), _s(objectpath_),
_s("org.freedesktop.DBus.Introspectable"), _s(destination_),
_s("Introspect"),
[](const DBusMessage &message, bool) -> int {
_s("Introspect"), [](const DBusMessage &message, bool) -> int {
print_dbus_message(STDOUT_FILENO, message);
return -1;
});
Expand Down

0 comments on commit 6a37123

Please sign in to comment.