From 4f4c7e877eee60a96dd65b22dd7a7554df8a1f4a Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sat, 21 May 2022 16:48:29 +0200 Subject: [PATCH] account-row: Fix header alignments Uncrustify must have gotten confused. --- src/calls-account-row.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/calls-account-row.h b/src/calls-account-row.h index 5670c28..cfb84b2 100644 --- a/src/calls-account-row.h +++ b/src/calls-account-row.h @@ -34,13 +34,13 @@ G_BEGIN_DECLS #define CALLS_TYPE_ACCOUNT_ROW (calls_account_row_get_type ()) -G_DECLARE_FINAL_TYPE (CallsAccountRow, calls_account_row, CALLS, ACCOUNT_ROW, HdyActionRow) +G_DECLARE_FINAL_TYPE (CallsAccountRow, calls_account_row, CALLS, ACCOUNT_ROW, HdyActionRow); -CallsAccountRow *calls_account_row_new (CallsAccountProvider *provider, - CallsAccount *account); -gboolean calls_account_row_get_online (CallsAccountRow *self); -void calls_account_row_set_online (CallsAccountRow *self, - gboolean online); -CallsAccount *calls_account_row_get_account (CallsAccountRow *self); +CallsAccountRow *calls_account_row_new (CallsAccountProvider *provider, + CallsAccount *account); +gboolean calls_account_row_get_online (CallsAccountRow *self); +void calls_account_row_set_online (CallsAccountRow *self, + gboolean online); +CallsAccount *calls_account_row_get_account (CallsAccountRow *self); G_END_DECLS