]> granicus.if.org Git - llvm/commit
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)
commitc9f1b7f4c3cbfd7628a2069f57a2e9a9888e79ec
tree2ce9cbf5727f34a113d95a122f5d0fcd35eb8a3b
parentf35391129a1684ddbb8916a7a75f7ff546fbd6bc
Fix inconsistent indentation in TableGen.cpp

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373516 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/TableGen.cpp