From e1d9e49f06ee157aa5504e0ed57ec762e149bb7e Mon Sep 17 00:00:00 2001 From: Benjamin Schaaf Date: Mon, 13 Dec 2021 22:43:12 +1100 Subject: [PATCH] Fix formatting --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 9fa917c..e3bea15 100644 --- a/src/main.c +++ b/src/main.c @@ -923,7 +923,8 @@ static void display_config_received(GDBusConnection *conn, GAsyncResult *res, gpointer user_data) { g_autoptr(GError) error = NULL; - g_autoptr(GVariant) result = g_dbus_connection_call_finish(conn, res, &error); + g_autoptr(GVariant) result = + g_dbus_connection_call_finish(conn, res, &error); if (!result) { printf("Failed to get display configuration: %s\n", error->message);