From 14fde39b4a1eb0a5d2839eafe07a5df02c24385b Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 13 Nov 2023 21:43:27 +0000 Subject: [PATCH] Add missing space in autogenerated text --- Tools/AGSParser.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/AGSParser.m b/Tools/AGSParser.m index f8ce15c3f..0c154bce2 100644 --- a/Tools/AGSParser.m +++ b/Tools/AGSParser.m @@ -3562,7 +3562,7 @@ countAttributes(NSSet *keys, NSDictionary *a) forKey: @"Types"]; token = [NSString stringWithFormat: @"Setter for property '%@' with attributes %@." - @"See also [%@ -%@]\n", name, [attr allKeys], get, unitName, unitName, get]; if (comment != nil) @@ -3586,7 +3586,7 @@ countAttributes(NSSet *keys, NSDictionary *a) if (set) { token = [token stringByAppendingFormat: - @"See also [%@ -%@]\n", set, unitName, unitName, set]; if (comment != nil)