aboutsummaryrefslogtreecommitdiff
path: root/Graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'Graph.c')
-rw-r--r--Graph.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/Graph.c b/Graph.c
index 6a27016..6057c5f 100644
--- a/Graph.c
+++ b/Graph.c
@@ -29,12 +29,12 @@ static void InsertChild();
static Boolean SetValues();
static CompositeClassExtensionRec compositeExtension = {
- .next_extension = NULL,
- .record_type = NULLQUARK,
- .version = XtCompositeExtensionVersion,
- .record_size = sizeof(CompositeClassExtensionRec),
- .accepts_objects = True,
- .allows_change_managed_set = False,
+ .next_extension = NULL,
+ .record_type = NULLQUARK,
+ .version = XtCompositeExtensionVersion,
+ .record_size = sizeof(CompositeClassExtensionRec),
+ .accepts_objects = True,
+ .allows_change_managed_set = False,
};
GraphClassRec graphClassRec = {