tracy
tracy copied to clipboard
Standardize Tracy macros to not end with a semicolon
Fix #592
Used the following regex to match the macros (#\s*define Tracy.*);{1}$ and replaced it with group 1 itself $1
This was a quick hack that I did locally and works on my small codebase
Further testing should be done