From 9994cdebb60ecffcf81ced46ccfd12968ea3b2da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 02:04:21 -0400 Subject: Use consistent spacing for line comments --- src/client/GraphModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/GraphModel.cpp') diff --git a/src/client/GraphModel.cpp b/src/client/GraphModel.cpp index 7829a241..2fed1fb3 100644 --- a/src/client/GraphModel.cpp +++ b/src/client/GraphModel.cpp @@ -85,7 +85,7 @@ GraphModel::remove_arcs_on(const std::shared_ptr& p) || arc->head_path().parent() == p->path() || arc->head_path() == p->path()) { _signal_removed_arc.emit(arc); - _arcs.erase(j); // Cuts our reference + _arcs.erase(j); // Cuts our reference } j = next; } -- cgit v1.2.1