Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@ -37,7 +37,7 @@
|
||||
|
||||
class MonoGCHandle : public Reference {
|
||||
|
||||
GDCLASS(MonoGCHandle, Reference)
|
||||
GDCLASS(MonoGCHandle, Reference);
|
||||
|
||||
bool released;
|
||||
bool weak;
|
||||
|
||||
Reference in New Issue
Block a user