Small cosmetic cleanups in code I will change anyway.

llvm-svn: 147424
This commit is contained in:
Rafael Espindola 2012-01-02 06:26:22 +00:00
parent b6cc74c809
commit eeb9d9fef6
2 changed files with 5 additions and 5 deletions

View File

@ -456,7 +456,7 @@ namespace test22 {
}
namespace PR10113 {
namespace foo __attribute__ ((__visibility__ ("default"))) {
namespace foo DEFAULT {
template<typename T>
class bar {
void zed() {}