[mlir][emitc] Fix indent in CondBranchOp and block label
authorxndcn <xndchn@gmail.com>
Sun, 19 Sep 2021 12:01:12 +0000 (20:01 +0800)
committerxndcn <xndchn@gmail.com>
Sun, 19 Sep 2021 12:03:42 +0000 (20:03 +0800)
commit9de88fc0eac1bfc719dfd63a32b7eb069489407e
tree8e15c56a59265f46c1f6af9ec44902401bf2dd85
parente381d8b24329cae6408205f74d0d6d9eaa6b29cf
[mlir][emitc] Fix indent in CondBranchOp and block label

1. Add missing indent in CondBranchOp
2. Remove indent in block label

Differential Revision: https://reviews.llvm.org/D109805
mlir/lib/Target/Cpp/TranslateToCpp.cpp