whitespace edits, make formatting for functions consustent at least within the file.
This commit is contained in:
@@ -2829,7 +2829,8 @@ void object_sculpt_modifiers_changed(Object *ob)
|
||||
}
|
||||
}
|
||||
|
||||
float give_timeoffset(Object *ob) {
|
||||
float give_timeoffset(Object *ob)
|
||||
{
|
||||
if ((ob->ipoflag & OB_OFFS_PARENTADD) && ob->parent) {
|
||||
return ob->sf + give_timeoffset(ob->parent);
|
||||
} else {
|
||||
@@ -2837,7 +2838,8 @@ float give_timeoffset(Object *ob) {
|
||||
}
|
||||
}
|
||||
|
||||
int give_obdata_texspace(Object *ob, short **texflag, float **loc, float **size, float **rot) {
|
||||
int give_obdata_texspace(Object *ob, short **texflag, float **loc, float **size, float **rot)
|
||||
{
|
||||
|
||||
if (ob->data==NULL)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user