Fix formatting

This commit is contained in:
Benjamin Schaaf
2021-12-13 22:43:12 +11:00
parent c1701921e5
commit e1d9e49f06

View File

@@ -923,7 +923,8 @@ static void
display_config_received(GDBusConnection *conn, GAsyncResult *res, gpointer user_data) display_config_received(GDBusConnection *conn, GAsyncResult *res, gpointer user_data)
{ {
g_autoptr(GError) error = NULL; 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) { if (!result) {
printf("Failed to get display configuration: %s\n", error->message); printf("Failed to get display configuration: %s\n", error->message);