1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-07-02 15:09:31 +00:00

account-row: Fix header alignments

Uncrustify must have gotten confused.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-05-21 16:48:29 +02:00
parent e0f0c84a7d
commit 4f4c7e877e

View file

@ -34,7 +34,7 @@ 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);