summaryrefslogtreecommitdiff
path: root/ZAPD/ZVector.cpp
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-04-28 05:19:50 -0400
committerGitHub <noreply@github.com>2021-04-28 05:19:50 -0400
commitb9120803e6094a54192ed67d9585ab046101c816 (patch)
treedf259449343cd0c5230dd2a5e1e9d5293d20c563 /ZAPD/ZVector.cpp
parent50ad2fe786af4cf66998028a08c767e16a416a60 (diff)
Use OutputFormatter for every C and H file, to improve the generated output (#122)
* Small changes in collision * Use outputformatter to write C files * Outputformatter for .h files * Use more fs::path * Use gfxd_udata_set and gfxd_udata_get instead of an instance * Fix merge issues and warnings * run format
Diffstat (limited to 'ZAPD/ZVector.cpp')
-rw-r--r--ZAPD/ZVector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZVector.cpp b/ZAPD/ZVector.cpp
index 2a732bc..160d2aa 100644
--- a/ZAPD/ZVector.cpp
+++ b/ZAPD/ZVector.cpp
@@ -22,7 +22,7 @@ ZVector::~ZVector()
void ZVector::ClearScalars()
{
- for(auto s: scalars)
+ for (auto s : scalars)
delete s;
scalars.clear();