I am generating C code from a domain-specific language using javacc and I would like a FOSS code reformatter library (jar) that I can invoke on the produced source code to make it readable. Anyone know such a beast?
Brownie points for maven dependency entry in answer :)