This is an archive of the discontinued LLVM Phabricator instance.

[tools] Add paranthesese for print in Python
AcceptedPublic

Authored by galou on Jul 24 2020, 3:41 AM.

Details

Reviewers
bollu
jdoerfert
Summary

Add paranthesese for print in Python

Diff Detail

Event Timeline

galou created this revision.Jul 24 2020, 3:41 AM
Herald added projects: Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project. · View Herald Transcript
galou added a comment.Jul 24 2020, 3:45 AM

Add parentheses for print in Python (all Python files where the print statement was used).

jdoerfert accepted this revision.Jul 24 2020, 6:12 AM

LGTM. Seems NFC and towards the right syntax, thx :)

This revision is now accepted and ready to land.Jul 24 2020, 6:12 AM