Add blank before a comment in Apple files
This commit is contained in:
parent
20a57301f7
commit
3131556bb5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue