From 9739af83e0bab9f7769590f330ee26734ccce08c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Feb 2015 20:21:26 +0000 Subject: Delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5582 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/GraphImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/GraphImpl.cpp') diff --git a/src/server/GraphImpl.cpp b/src/server/GraphImpl.cpp index f9c0e767..a6e35123 100644 --- a/src/server/GraphImpl.cpp +++ b/src/server/GraphImpl.cpp @@ -85,7 +85,7 @@ GraphImpl::duplicate(Engine& engine, // We need a map of port duplicates to duplicate arcs typedef std::unordered_map PortMap; PortMap port_map; - + // Add duplicates of all ports dup->_ports = new Raul::Array(num_ports(), NULL); for (Ports::iterator p = _inputs.begin(); p != _inputs.end(); ++p) { -- cgit v1.2.1