Run scripts to format and make headers consistent

This commit is contained in:
Aaron Franke
2022-10-09 01:47:07 -05:00
parent bcfa3bf320
commit 592bd15c7a
40 changed files with 114 additions and 114 deletions

View File

@@ -28,8 +28,8 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#ifndef GODOT_CPP_METHOD_BIND_HPP
#define GODOT_CPP_METHOD_BIND_HPP
#ifndef GODOT_METHOD_BIND_HPP
#define GODOT_METHOD_BIND_HPP
#include <godot_cpp/core/binder_common.hpp>
#include <godot_cpp/core/type_info.hpp>
@@ -734,4 +734,4 @@ MethodBind *create_static_method_bind(R (*p_method)(P...)) {
} // namespace godot
#endif // ! GODOT_CPP_METHOD_BIND_HPP
#endif // GODOT_METHOD_BIND_HPP