diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-09-24 11:51:33 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-09-24 11:52:06 +0200 |
commit | 823c3def725bcb741dce004e2dca520558fdd092 (patch) | |
tree | 94c8313510359f6a128a09cf2a082edd7bd563d5 /core/math | |
parent | 4f294b958f0ca7964297bfb7f3742e06edaaba6a (diff) |
Fix copyright headers and style issues
Diffstat (limited to 'core/math')
-rw-r--r-- | core/math/disjoint_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/disjoint_set.cpp b/core/math/disjoint_set.cpp index 838939e1ba..c9d47aa0ae 100644 --- a/core/math/disjoint_set.cpp +++ b/core/math/disjoint_set.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* disjoint_set.h */ +/* disjoint_set.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ |