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 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