1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Style: Apply new clang-format changes

This commit is contained in:
Thaddeus Crews
2024-06-26 11:13:05 -05:00
parent 72c183ce8b
commit b37fc1014a
51 changed files with 150 additions and 148 deletions

View File

@@ -381,7 +381,7 @@ public:
ctls[cid] = p_name;
}
virtual ~FileDialogEventHandler(){};
virtual ~FileDialogEventHandler() {}
};
#if defined(__GNUC__) && !defined(__clang__)