mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
Semicolons are not necessary after function definitions or control flow blocks, and having some code use them makes things inconsistent (and occasionally can mess up `clang-format`'s formatting). Removing them is tedious work though, I had to do this manually (regex + manual review) as I couldn't find a tool for that. All other code folders would need to get the same treatment. |
||
|---|---|---|
| .. | ||
| debugger_marshalls.cpp | ||
| debugger_marshalls.h | ||
| engine_debugger.cpp | ||
| engine_debugger.h | ||
| local_debugger.cpp | ||
| local_debugger.h | ||
| remote_debugger.cpp | ||
| remote_debugger.h | ||
| remote_debugger_peer.cpp | ||
| remote_debugger_peer.h | ||
| script_debugger.cpp | ||
| script_debugger.h | ||
| SCsub | ||