AcademySoftwareFoundation / OpenShadingLanguage

Advanced shading language for production GI renderers
BSD 3-Clause "New" or "Revised" License
2.07k stars 350 forks source link

style: Fix missing `// clang-format on` in oslc.c #1652

Closed lgritz closed 1 year ago

lgritz commented 1 year ago

We had turned it off in one function to preserve formatting, but failed to turn it on at the end of the function. This led to several small functions not being clang-formatted, now fixed.