style cleanup: compositor, pointer syntax, function brace placement, line length
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
class BoxMaskNode: public Node {
|
||||
public:
|
||||
BoxMaskNode(bNode *editorNode);
|
||||
void convertToOperations(ExecutionSystem* graph, CompositorContext * context);
|
||||
void convertToOperations(ExecutionSystem *graph, CompositorContext * context);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user