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)
commite4ca441a65ab33bb4bb48bfbbe9b89cae8931c37
treebc8bbb8a4b2b1d89cdc28223fa78435409686678
parentc4da9c8e5058d6d72422b965281fa43990595268
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.

llvm-svn: 230244
clang/lib/CodeGen/CodeGenPGO.cpp