]> granicus.if.org Git - libevent/commit
Fix indentation for `RpcGenError`
authorEnji Cooper <yaneurabeya@gmail.com>
Fri, 27 Mar 2020 00:28:09 +0000 (17:28 -0700)
committerEnji Cooper <yaneurabeya@gmail.com>
Fri, 27 Mar 2020 17:35:46 +0000 (10:35 -0700)
commit5408b9636f4afded6db44299720a4b3f6e9883d5
treea51cc47138daf3767740b920a41c75fc80cb97ee
parent30229dcf950d6124ee24665ff35bbce4a9baa24d
Fix indentation for `RpcGenError`

Indentation for the exception was double what it should have been. This
change normalizes the indentation to a consistent standard with the rest
of the file.

Fix minor flake8 issues while here corresponding to the minimum number
of needed blank lines around the class and its methods.

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