Reformat slightly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2014-01-27 23:50:03 +00:00
parent aa6627016f
commit 2ddf01b64d

View File

@ -68,11 +68,7 @@ GenerateGnuPubSections("generate-gnu-dwarf-pub-sections", cl::Hidden,
cl::init(false));
namespace {
enum DefaultOnOff {
Default,
Enable,
Disable
};
enum DefaultOnOff { Default, Enable, Disable };
}
static cl::opt<DefaultOnOff>