Fix blooper leading to incorrect variable formatting
commit449a55ad8c5e5da3ac8baebad7126ebf9d3314a7
authorColomban Wendling <ban@herbesfolles.org>
Mon, 16 Oct 2023 20:56:07 +0000 (16 22:56 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 16 Oct 2023 20:56:07 +0000 (16 22:56 +0200)
tree278319557c329f7c6eef01256f21bc08f4773e27
parent1a7e2f5caca3f01ff171424fa5cea8e02f0b3331
Fix blooper leading to incorrect variable formatting

188038a06a1050308fd7621f11147883d7e5b8fc extended the formatting
options, but a blooper made it effectively ignore the language-specific
rules, always using the default one.  This affects formatting for Go,
Pascal and Python, as well as introducing memory leaks for those.
src/tagmanager/tm_parser.c