Skip to content

Commit

Permalink
Remove white space and change tabs to spaces in gnucash-register.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Sep 28, 2017
1 parent 04c80dd commit 92766a2
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions gnucash/register/register-gnome/gnucash-register.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,13 @@ gnucash_register_get_type (void)
static const GTypeInfo gnucash_register_info =
{
sizeof (GnucashRegisterClass),
NULL, /* base_init */
NULL, /* base_finalize */
NULL, /* base_init */
NULL, /* base_finalize */
(GClassInitFunc) gnucash_register_class_init,
NULL, /* class_finalize */
NULL, /* class_data */
NULL, /* class_finalize */
NULL, /* class_data */
sizeof (GnucashRegister),
0, /* n_preallocs */
0, /* n_preallocs */
(GInstanceInitFunc) gnucash_register_init,
};

Expand Down Expand Up @@ -563,11 +563,7 @@ GtkWidget *
gnucash_register_new (Table *table, gchar *state_section)
{
GnucashRegister *reg;
// GtkWidget *header;
GtkWidget *widget;
// GtkWidget *sheet;
// GtkWidget *scrollbar;
// GtkWidget *box;

widget = gnucash_register_create_widget(table);
reg = GNUCASH_REGISTER(widget);
Expand Down

0 comments on commit 92766a2

Please sign in to comment.