1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix for coding style.

llvm-svn: 204177
This commit is contained in:
Eric Christopher 2014-03-18 20:39:54 +00:00
parent de6cbc6841
commit 7269e6876d

View File

@ -754,7 +754,7 @@ public:
} }
/// \brief Return the TypeIdentifierMap. /// \brief Return the TypeIdentifierMap.
const DITypeIdentifierMap& getTypeIdentifierMap() const { const DITypeIdentifierMap &getTypeIdentifierMap() const {
return TypeIdentifierMap; return TypeIdentifierMap;
} }