From 1d41459c4b74bc79607720eee68bc4242fe5540c Mon Sep 17 00:00:00 2001 From: even1024 Date: Fri, 29 Nov 2024 21:23:00 +0100 Subject: [PATCH] margins --- utils/indigo-depict/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/indigo-depict/main.c b/utils/indigo-depict/main.c index d3586919bd..74f0c58b84 100644 --- a/utils/indigo-depict/main.c +++ b/utils/indigo-depict/main.c @@ -1058,7 +1058,7 @@ int main(int argc, char* argv[]) _prepare(obj, p.aromatization); if (p.action == ACTION_LAYOUT) { - //indigoLayout(obj); + indigoLayout(obj); if (p.out_ext == OEXT_CML) indigoSaveCmlToFile(obj, p.outfile); else if (p.out_ext == OEXT_RXN)