diff --git a/type.cpp b/type.cpp index d7da461e..85f6af88 100644 --- a/type.cpp +++ b/type.cpp @@ -198,13 +198,13 @@ AtomicType::GetVariability() const { bool Type::IsPointerType() const { - return (CastType(this) != NULL); + return (CastType(this) != NULL); } bool Type::IsArrayType() const { - return (CastType(this) != NULL); + return (CastType(this) != NULL); } bool