Formatting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189296 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-08-26 23:58:22 +00:00
parent 30410d5993
commit fdaf0308c8

View File

@ -117,8 +117,8 @@ public:
const StringMap<std::vector<DIE *> > &getAccelNamespace() const {
return AccelNamespace;
}
const StringMap<std::vector<std::pair<DIE*, unsigned > > >
&getAccelTypes() const {
const StringMap<std::vector<std::pair<DIE *, unsigned> > > &
getAccelTypes() const {
return AccelTypes;
}