From 61e14d4bb25268593019e6df3eb02264b4ac8e0e Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 31 Oct 2020 23:28:02 +0100 Subject: Spacing around operators --- Vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vector.h') diff --git a/Vector.h b/Vector.h index 70df3e4a..70688152 100644 --- a/Vector.h +++ b/Vector.h @@ -17,7 +17,7 @@ in the source distribution for its full text. #endif typedef struct Vector_ { - Object **array; + Object** array; const ObjectClass* type; int arraySize; int growthRate; -- cgit v1.2.3