whitespace edits, make formatting for functions consustent at least within the file.

This commit is contained in:
2011-09-28 05:53:40 +00:00
parent 4208eed25b
commit 018fa1540e
49 changed files with 182 additions and 98 deletions

View File

@@ -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;