summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:15:09 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commit458749df45a24abec1f9a820e4172a08ccfba3b1 (patch)
treede48ef3f0c15e6f748e99868f1f8c4d340a0296c /Vector.h
parente7f8d7bcc954e965143331ec3f2353c03959acc6 (diff)
Code indentation
Diffstat (limited to 'Vector.h')
-rw-r--r--Vector.h2
1 files changed, 1 insertions, 1 deletions
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_);

© 2014-2024 Faster IT GmbH | imprint | privacy policy