[mlir] turn clang-format back on in C API test
authorAlex Zinenko <zinenko@google.com>
Thu, 17 Sep 2020 10:59:57 +0000 (12:59 +0200)
committerAlex Zinenko <zinenko@google.com>
Thu, 17 Sep 2020 10:59:57 +0000 (12:59 +0200)
commit68cfb02668550e3398c8ee8915732daf132f2652
treed599cc3107035815f41d0bd4c5b2fb684320997e
parent504697e6f40ecad3da44aa43568b869780644353
[mlir] turn clang-format back on in C API test

C API test uses FileCheck comments inside C code and needs to
temporarily switch off clang-format to prevent it from messing with
FileCheck directives. A recently landed commit forgot to turn it back on
after a block of FileCheck comments. Fix that.
mlir/test/CAPI/ir.c