]> granicus.if.org Git - libevent/commit
Reformat strings to template
authorEnji Cooper <yaneurabeya@gmail.com>
Fri, 27 Mar 2020 22:58:02 +0000 (15:58 -0700)
committerEnji Cooper <yaneurabeya@gmail.com>
Fri, 27 Mar 2020 22:58:02 +0000 (15:58 -0700)
commit10a0403685f7bd43f25911a91293f629d15f402f
treebc7669a3db545593c71e347b2e650dc54a4df200
parent4cde51b6787e60041703589a7a20046fae03cabe
Reformat strings to template

This change converts the existing code to use triple-quotes extensively,
in the end-goal of making the code to reformat with black more readable
before and after the change (black messes around with the formatting in
a less than desirable way).

Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
event_rpcgen.py