doc: Fix unexpected indent in ofctl.api doc

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
IWASE Yusuke 2018-03-01 14:22:32 +09:00 committed by FUJITA Tomonori
parent 8a48b62c90
commit 0841f3f253

View File

@ -78,11 +78,11 @@ def send_msg(app, msg, reply_cls=None, reply_multi=False):
def _my_handler(self, ev): def _my_handler(self, ev):
# ...(snip)... # ...(snip)...
msg = parser.OFPPortDescStatsRequest(datapath=datapath) msg = parser.OFPPortDescStatsRequest(datapath=datapath)
result = ofctl_api.send_msg( result = ofctl_api.send_msg(
self, msg, self, msg,
reply_cls=parser.OFPPortDescStatsReply, reply_cls=parser.OFPPortDescStatsReply,
reply_multi=True) reply_multi=True)
""" """
return app.send_request(event.SendMsgRequest(msg=msg, return app.send_request(event.SendMsgRequest(msg=msg,
reply_cls=reply_cls, reply_cls=reply_cls,