diff options
Diffstat (limited to 'widgets/table/e-table-group.h')
-rw-r--r-- | widgets/table/e-table-group.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h index ec57184c26..a7993dc6f8 100644 --- a/widgets/table/e-table-group.h +++ b/widgets/table/e-table-group.h @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* +/* * e-table-group.h * Copyright 2000, 2001, Ximian, Inc. * @@ -48,7 +48,7 @@ typedef struct { */ ETableHeader *full_header; ETableHeader *header; - + /* * The model we pull data from. */ @@ -61,7 +61,7 @@ typedef struct { guint transparent : 1; guint has_focus : 1; - + guint frozen : 1; } ETableGroup; |