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 --- include/ingen/Node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ingen/Node.hpp') diff --git a/include/ingen/Node.hpp b/include/ingen/Node.hpp index 3733b51e..412dd64a 100644 --- a/include/ingen/Node.hpp +++ b/include/ingen/Node.hpp @@ -98,7 +98,7 @@ protected: : Resource(uris, path_to_uri(path)) {} - Arcs _arcs; ///< Graphs only + Arcs _arcs; ///< Graphs only }; } // namespace ingen -- cgit v1.2.1