[NFC] Fix indentation in PPCAsmPrinter.cpp
authorHubert Tong <hubert.reinterpretcast@gmail.com>
Sat, 22 Jun 2019 16:03:29 +0000 (16:03 +0000)
committerHubert Tong <hubert.reinterpretcast@gmail.com>
Sat, 22 Jun 2019 16:03:29 +0000 (16:03 +0000)
commit6f3222ed94f17bb47c8661758f659ffe6555b279
treef942d020b0ea5f8b7f59a4e76af28fc57b23200b
parentd801cb1f54818a1720e4da227fd19b7ef4384d33
[NFC] Fix indentation in PPCAsmPrinter.cpp

After r248261, the indentation switches, inside a namespace definition,
between indenting and not indenting one level in for that namespace; the
abomination occurs in the middle of a class definition. Fix that.

llvm-svn: 364133
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp