NO-OP: whitespace

This commit is contained in:
Robin Gareus 2017-04-22 21:28:05 +02:00
parent 8969ded7e1
commit 8e038da828

View file

@ -48,7 +48,7 @@ GraphNode::dec_ref()
{
if (g_atomic_int_dec_and_test (&_refcount)) {
/* All the nodes that feed us are done, so we can queue this node
for processing.
* for processing.
*/
_graph->trigger (this);
}