From 458749df45a24abec1f9a820e4172a08ccfba3b1 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 14 Jul 2021 19:15:09 +0200 Subject: Code indentation --- Vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vector.h') diff --git a/Vector.h b/Vector.h index dab94693..5347ad78 100644 --- a/Vector.h +++ b/Vector.h @@ -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_); -- cgit v1.2.3