diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index b2088d1..0bcded9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -83,10 +83,10 @@ int display_event_callback(sd_event_source *evs, int /*fd*/, uint32_t events, // the API context STN(winman_ping_api_call); afb_service_call("windowmanager", "ping", json_object_new_object(), - [](void *c, int st, json_object *j) { - STN(winman_ping_api_call_return); - }, - nullptr); + [](void *c, int st, json_object *j) { + STN(winman_ping_api_call_return); + }, + nullptr); } } |