[calls] account-row: Fix header alignments
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] account-row: Fix header alignments
- Date: Tue, 24 May 2022 13:16:01 +0000 (UTC)
commit 4f4c7e877eee60a96dd65b22dd7a7554df8a1f4a
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Sat May 21 16:48:29 2022 +0200
account-row: Fix header alignments
Uncrustify must have gotten confused.
src/calls-account-row.h | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/calls-account-row.h b/src/calls-account-row.h
index 5670c28d..cfb84b2a 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)
-
-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_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);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]