mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove white space and change tabs to spaces in gnucash-register.c
This commit is contained in:
parent
04c80ddd8e
commit
92766a2785
@ -368,13 +368,13 @@ gnucash_register_get_type (void)
|
|||||||
static const GTypeInfo gnucash_register_info =
|
static const GTypeInfo gnucash_register_info =
|
||||||
{
|
{
|
||||||
sizeof (GnucashRegisterClass),
|
sizeof (GnucashRegisterClass),
|
||||||
NULL, /* base_init */
|
NULL, /* base_init */
|
||||||
NULL, /* base_finalize */
|
NULL, /* base_finalize */
|
||||||
(GClassInitFunc) gnucash_register_class_init,
|
(GClassInitFunc) gnucash_register_class_init,
|
||||||
NULL, /* class_finalize */
|
NULL, /* class_finalize */
|
||||||
NULL, /* class_data */
|
NULL, /* class_data */
|
||||||
sizeof (GnucashRegister),
|
sizeof (GnucashRegister),
|
||||||
0, /* n_preallocs */
|
0, /* n_preallocs */
|
||||||
(GInstanceInitFunc) gnucash_register_init,
|
(GInstanceInitFunc) gnucash_register_init,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -563,11 +563,7 @@ GtkWidget *
|
|||||||
gnucash_register_new (Table *table, gchar *state_section)
|
gnucash_register_new (Table *table, gchar *state_section)
|
||||||
{
|
{
|
||||||
GnucashRegister *reg;
|
GnucashRegister *reg;
|
||||||
// GtkWidget *header;
|
|
||||||
GtkWidget *widget;
|
GtkWidget *widget;
|
||||||
// GtkWidget *sheet;
|
|
||||||
// GtkWidget *scrollbar;
|
|
||||||
// GtkWidget *box;
|
|
||||||
|
|
||||||
widget = gnucash_register_create_widget(table);
|
widget = gnucash_register_create_widget(table);
|
||||||
reg = GNUCASH_REGISTER(widget);
|
reg = GNUCASH_REGISTER(widget);
|
||||||
|
Loading…
Reference in New Issue
Block a user