style cleanup: spaces -> tabs

This commit is contained in:
2013-02-04 00:18:09 +00:00
parent 9d4be17de4
commit 69993c5d40
30 changed files with 65 additions and 72 deletions

View File

@@ -33,7 +33,7 @@
SocketProxyNode::SocketProxyNode(bNode *editorNode, bNodeSocket *editorInput, bNodeSocket *editorOutput, bool buffer) : Node(editorNode, false)
{
DataType dt;
this->m_buffer = buffer;
this->m_buffer = buffer;
dt = COM_DT_VALUE;
if (editorInput->type == SOCK_RGBA) dt = COM_DT_COLOR;