Add blank before a comment in Apple files

This commit is contained in:
Dwayne Bailey 2024-08-13 12:57:37 +01:00
parent 20a57301f7
commit 3131556bb5

View file

@ -83,7 +83,7 @@ module Twine
end
def format_comment(definition, lang)
"/* #{definition.comment.gsub('*/', '* /')} */\n" if definition.comment
"\n/* #{definition.comment.gsub('*/', '* /')} */\n" if definition.comment
end
def format_key(key)