diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-10-09 01:47:07 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-10-09 01:47:07 -0500 |
commit | 592bd15c7aa893e55ed984c1295a47742b02bbd1 (patch) | |
tree | da5b31324b1fc50cdf7e144b044becd50a8535de /include/godot_cpp/variant/ucaps.hpp | |
parent | bcfa3bf32065af70fc637d74d4fc438b36add7d6 (diff) | |
download | redot-cpp-592bd15c7aa893e55ed984c1295a47742b02bbd1.tar.gz |
Run scripts to format and make headers consistent
Diffstat (limited to 'include/godot_cpp/variant/ucaps.hpp')
-rw-r--r-- | include/godot_cpp/variant/ucaps.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/godot_cpp/variant/ucaps.hpp b/include/godot_cpp/variant/ucaps.hpp index d684fb3..a42d6e9 100644 --- a/include/godot_cpp/variant/ucaps.hpp +++ b/include/godot_cpp/variant/ucaps.hpp @@ -28,8 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef UCAPS_HPP -#define UCAPS_HPP +#ifndef GODOT_UCAPS_HPP +#define GODOT_UCAPS_HPP // satan invented unicode? #define CAPS_LEN 666 @@ -1412,4 +1412,4 @@ static int _find_lower(int ch) { return ch; } -#endif // UCAPS_HPP +#endif // GODOT_UCAPS_HPP |