forked from OSchip/llvm-project
Add a space between * and /* to help simple-minded lexers.
llvm-svn: 53187
This commit is contained in:
parent
79ab0fa913
commit
2974879866
|
@ -55,7 +55,7 @@ public:
|
||||||
return static_cast<T*>(Allocate(sizeof(T),AlignOf<T>::Alignment));
|
return static_cast<T*>(Allocate(sizeof(T),AlignOf<T>::Alignment));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Deallocate(void */*Ptr*/) {}
|
void Deallocate(void * /*Ptr*/) {}
|
||||||
|
|
||||||
void PrintStats() const;
|
void PrintStats() const;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue