mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Run scripts to format and make headers consistent
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef SEARCH_ARRAY_HPP
|
||||
#define SEARCH_ARRAY_HPP
|
||||
#ifndef GODOT_SEARCH_ARRAY_HPP
|
||||
#define GODOT_SEARCH_ARRAY_HPP
|
||||
|
||||
#include <godot_cpp/templates/sort_array.hpp>
|
||||
|
||||
@@ -68,4 +68,4 @@ public:
|
||||
|
||||
} // namespace godot
|
||||
|
||||
#endif // ! SEARCH_ARRAY_HPP
|
||||
#endif // GODOT_SEARCH_ARRAY_HPP
|
||||
|
||||
Reference in New Issue
Block a user