Files
CoolProp/Web/scripts/CPWeb/SphinxTools.py
Julien Marrec 446d4a5a02 Format macros, they keep getting picked incrementally by clang format + Strip trailing whitespaces
```
find . -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx|py)$' | xargs -I@ sed -i 's/[ \t]*$//' "@"
```
2022-04-01 09:40:25 +02:00

9.4 KiB