Uncrustify sources
Ran `find src plugins -iname '*.[c|h]' -print0 | xargs -0 uncrustify --no-backup` with some minimal manual intervention.
This commit is contained in:
@@ -35,14 +35,13 @@ G_BEGIN_DECLS
|
||||
|
||||
G_DECLARE_INTERFACE (CallsAccountProvider, calls_account_provider, CALLS, ACCOUNT_PROVIDER, CallsProvider)
|
||||
|
||||
struct _CallsAccountProviderInterface
|
||||
{
|
||||
struct _CallsAccountProviderInterface {
|
||||
GTypeInterface parent_iface;
|
||||
|
||||
GtkWidget *(*get_account_widget) (CallsAccountProvider *self);
|
||||
void (*add_new_account) (CallsAccountProvider *self);
|
||||
void (*edit_account) (CallsAccountProvider *self,
|
||||
CallsAccount *account);
|
||||
GtkWidget *(*get_account_widget) (CallsAccountProvider *self);
|
||||
void (*add_new_account) (CallsAccountProvider *self);
|
||||
void (*edit_account) (CallsAccountProvider *self,
|
||||
CallsAccount *account);
|
||||
};
|
||||
|
||||
GtkWidget *calls_account_provider_get_account_widget (CallsAccountProvider *self);
|
||||
|
||||
Reference in New Issue
Block a user