Remove trailing whitespace

This commit is contained in:
2017-05-08 15:30:06 -04:00
parent c86c5097d7
commit 05c9f63527

2
sym.h
View File

@@ -219,7 +219,7 @@ public:
@return Pointer to the Type, if found; otherwise NULL is returned.
*/
const Type *LookupType(const char *name) const;
/** Look for a type given a pointer.
@return True if found, False otherwise.