style cleanup: function calls & whitespace.
This commit is contained in:
@@ -92,7 +92,7 @@ bAnimListElem *get_active_fcurve_channel (bAnimContext *ac)
|
||||
/* Operator Polling Callbacks */
|
||||
|
||||
/* Check if there are any visible keyframes (for selection tools) */
|
||||
int graphop_visible_keyframes_poll (bContext *C)
|
||||
int graphop_visible_keyframes_poll(bContext *C)
|
||||
{
|
||||
bAnimContext ac;
|
||||
bAnimListElem *ale;
|
||||
@@ -141,7 +141,7 @@ int graphop_visible_keyframes_poll (bContext *C)
|
||||
}
|
||||
|
||||
/* Check if there are any visible + editable keyframes (for editing tools) */
|
||||
int graphop_editable_keyframes_poll (bContext *C)
|
||||
int graphop_editable_keyframes_poll(bContext *C)
|
||||
{
|
||||
bAnimContext ac;
|
||||
bAnimListElem *ale;
|
||||
@@ -191,7 +191,7 @@ int graphop_editable_keyframes_poll (bContext *C)
|
||||
}
|
||||
|
||||
/* has active F-Curve that's editable */
|
||||
int graphop_active_fcurve_poll (bContext *C)
|
||||
int graphop_active_fcurve_poll(bContext *C)
|
||||
{
|
||||
bAnimContext ac;
|
||||
bAnimListElem *ale;
|
||||
@@ -226,7 +226,7 @@ int graphop_active_fcurve_poll (bContext *C)
|
||||
}
|
||||
|
||||
/* has selected F-Curve that's editable */
|
||||
int graphop_selected_fcurve_poll (bContext *C)
|
||||
int graphop_selected_fcurve_poll(bContext *C)
|
||||
{
|
||||
bAnimContext ac;
|
||||
ListBase anim_data = {NULL, NULL};
|
||||
|
||||
Reference in New Issue
Block a user