소스 검색

Fix formatting

Benjamin Schaaf 3 년 전
부모
커밋
e1d9e49f06
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/main.c

+ 2 - 1
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);