Fix inconsistent indentation in TableGen.cpp
authorDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 2 Oct 2019 19:56:04 +0000 (19:56 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 2 Oct 2019 19:56:04 +0000 (19:56 +0000)
commit9ac0cda40a495d6fd78e03fe6432a680a3854c62
tree18146abdfad996b041a9d337f7fff4cac5f49a2d
parent464df87288f7ff734119da26a1e5eab0d1f57681
Fix inconsistent indentation in TableGen.cpp

The anonymous namespace starts out (incorrectly) indented but isn't
indented from the TimeRegionsOpt declaration onwards.

llvm-svn: 373516
llvm/utils/TableGen/TableGen.cpp