]> granicus.if.org Git - clang/commit
InstrProf: Run clang-format to fix some strange indentation (NFC)
authorJustin Bogner <mail@justinbogner.com>
Mon, 23 Feb 2015 19:27:00 +0000 (19:27 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 23 Feb 2015 19:27:00 +0000 (19:27 +0000)
commit14fa270aa8f4d3a00fb115675f3d2fe5db19bcec
treee6feaaab85d07156d05ae8736832091aaca9f5fc
parent7a2fdca13ed4f68914363d1910321b56b74045ed
InstrProf: Run clang-format to fix some strange indentation (NFC)

Somehow this file ended up with a strange hybrid of the old "indent
inside a namespace" style and the new "don't", giving us a wonderful
two-space indent starting halfway through a namespace. Fix it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230244 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenPGO.cpp