921d6dc3e2
source/blender/freestyle wasn't fillowing Blender's own conventions for integer types. This had the down-side of making the code_clean.py utility attempt to replace `unsigned int` types which always failed. While this edit could have been manually ignored for all files in freestyle, add the typedef's to `FreestyleConfig.h` and follow Blender's convention instead.