style cleanup: compositor, pointer syntax, function brace placement, line length

This commit is contained in:
2012-05-17 22:55:28 +00:00
parent 69b95e1a8a
commit 7862b2fa13
441 changed files with 2927 additions and 1972 deletions

View File

@@ -22,7 +22,8 @@
#include "COM_CPUDevice.h"
void CPUDevice::execute(WorkPackage *work) {
void CPUDevice::execute(WorkPackage *work)
{
const unsigned int chunkNumber = work->getChunkNumber();
ExecutionGroup * executionGroup = work->getExecutionGroup();
rcti rect;