Blender Git Commit Log
Git Commits -> Revision 79e82db
Revision 79e82db by Ray molenkamp (master) August 28, 2020, 16:03 (GMT) |
cleanup: Fix style issue in sculpt.c At first sight this code should not build at all but due to the use of macro's that look like functions this seemingly has no issues building. Clang-format alerted me to this strange bit of code by placing the `if` on it's own line for some reason. added the missing brackets, and clang-format is happy again. |
Commit Details:
Full Hash: 79e82dbc0574abe97f7316dc23441472594a3f57
Parent Commit: 7844486
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt.c (+2, -2) (Diff)