From 336cf77acedfb7f5d23123d4869073a06b308de0 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 12 Oct 2014 16:50:20 +0000 Subject: reformat --- Graph.c | 12 ++++++------ 1 file 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 = { -- cgit v1.2.3