Cosmetics

This commit is contained in:
Godzil
2020-02-20 13:27:12 +00:00
parent 4b4d2b7819
commit 14c3044acf
11 changed files with 11 additions and 11 deletions

View File

@@ -42,4 +42,4 @@ public:
bool operator==(const Intersection &b) const { return ((this->t == b.t) && (this->object == b.object)); };
};
#endif //DORAYME_INTERSECTION_H
#endif /* DORAYME_INTERSECTION_H */