Code indentation

This commit is contained in:
Benny Baumann
2021-07-14 19:15:09 +02:00
committed by BenBE
parent e7f8d7bcc9
commit 458749df45
23 changed files with 89 additions and 89 deletions

View File

@ -69,7 +69,7 @@ static inline int Vector_size(const Vector* this) {
#endif /* NDEBUG */
static inline const ObjectClass* Vector_type(const Vector* this) {
return this->type;
return this->type;
}
void Vector_add(Vector* this, void* data_);