aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-10-12 16:50:20 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-10-12 16:50:20 +0000
commit336cf77acedfb7f5d23123d4869073a06b308de0 (patch)
tree416b29ce0463b3f5610abef603e75f9569d4585a
parent52c7b6e3cc5f3abd0928c2dfb6c9615c468ee0a0 (diff)
reformat
-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 = {