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/Parser.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ingen/Parser.hpp') diff --git a/include/ingen/Parser.hpp b/include/ingen/Parser.hpp index c309eeff..599b8953 100644 --- a/include/ingen/Parser.hpp +++ b/include/ingen/Parser.hpp @@ -61,8 +61,8 @@ public: return uri < r.uri; } - URI uri; ///< URI of resource (e.g. a Graph) - FilePath filename; ///< Path of describing file (seeAlso) + URI uri; ///< URI of resource (e.g. a Graph) + FilePath filename; ///< Path of describing file (seeAlso) }; /** Find all resources of a given type listed in a manifest file. */ -- cgit v1.2.1