Cleanup: style, doxy file

This commit is contained in:
Campbell Barton 2018-07-15 10:53:34 +02:00
parent 09431033e9
commit e00f0686f7
2 changed files with 5 additions and 3 deletions

View File

@ -1985,10 +1985,12 @@ static void rna_GPUDOFSettings_blades_set(PointerRNA *ptr, const int value)
if (value == 1 || value == 2) {
if (dofsettings->num_blades == 0) {
dofsettings->num_blades = 3;
} else {
}
else {
dofsettings->num_blades = 0;
}
} else {
}
else {
dofsettings->num_blades = value;
}
}

View File

@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/windowmanager/gizmos/WM_gizmo_api.h
/** \file blender/windowmanager/gizmo/WM_gizmo_api.h
* \ingroup wm
*
* \name Gizmo API