optima2005 commented on a change in pull request #4478: [TOPI] implement pool3d
op
URL: https://github.com/apache/incubator-tvm/pull/4478#discussion_r355154435
##########
File path: topi/src/topi.cc
##########
@@ -595,7 +602,7 @@ TVM_REGISTER_GLOBAL("topi.generic.schedule_injective")
TVM_REGISTER_GLOBAL("topi.generic.schedule_injective_from_existing")
.set_body([](TVMArgs args, TVMRetValue *rv) {
*rv = topi::generic::schedule_injective_from_existing(args[0], args[1]);
- });
+ });
Review comment:
I got following lint error for those three lines,
```
topi/src/topi.cc:605: Weird number of spaces at line-start. Are you using
a 2-space indent? [whitespace/indent] [3]
```
and I found all other similiar functions have correct indent, so I changed
them:
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services