style cleanup: compositor, pointer syntax, function brace placement, line length
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
|
||||
#include "COM_WorkPackage.h"
|
||||
|
||||
WorkPackage::WorkPackage(ExecutionGroup *group, unsigned int chunkNumber) {
|
||||
WorkPackage::WorkPackage(ExecutionGroup *group, unsigned int chunkNumber)
|
||||
{
|
||||
this->executionGroup = group;
|
||||
this->chunkNumber = chunkNumber;
|
||||
}
|
||||
|
Reference in New Issue
Block a user