From 4598eaa020267f20890d88e25f34d520f0dcf8ee Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Fri, 14 Apr 2023 09:46:07 +0200 Subject: [PATCH] test-manager: Codestyle --- tests/test-manager.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test-manager.c b/tests/test-manager.c index f6e9d39..a4d2256 100644 --- a/tests/test-manager.c +++ b/tests/test-manager.c @@ -10,12 +10,12 @@ #include struct TestData { - GMainLoop *loop; - CallsManager *manager; - GListModel *origins; - GListModel *origins_tel; - CallsOrigin *origin; - CuiCall *call; + GMainLoop *loop; + CallsManager *manager; + GListModel *origins; + GListModel *origins_tel; + CallsOrigin *origin; + CuiCall *call; }; static void