You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/27 18:58:27 UTC

[GitHub] [tvm] tkonolige opened a new pull request, #11493: [FIX] Add braces to if-else statements

tkonolige opened a new pull request, #11493:
URL: https://github.com/apache/tvm/pull/11493

   Some if-else statements were missing braces. They have been added as per our style guide.
   
   Surprisingly cpplint does not find these. I did a rough grep to find all instances but some could have fallen through the cracks.
   
   @masahi @AndrewZhaoLuo 
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi merged pull request #11493: [FIX] Add braces to if-else statements

Posted by GitBox <gi...@apache.org>.
masahi merged PR #11493:
URL: https://github.com/apache/tvm/pull/11493


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org