summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/api_generator.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-14 08:40:32 +0200
committerGitHub <noreply@github.com>2020-07-14 08:40:32 +0200
commit41802d83975a52a4f6c23de0bceaa0e055031ee1 (patch)
treecca6d4a103237c4d427f01f1e8fa81df99d722ad /modules/gdnative/nativescript/api_generator.cpp
parent678368df27019930a2cb7b359ab448652eb231b8 (diff)
parent16f7b464b689fe2ed00c5ff2949df030eed61238 (diff)
Merge pull request #40335 from aaronfranke/formatting-gh-actions
Use GitHub Actions for file formatting and style checks
Diffstat (limited to 'modules/gdnative/nativescript/api_generator.cpp')
-rw-r--r--modules/gdnative/nativescript/api_generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/nativescript/api_generator.cpp b/modules/gdnative/nativescript/api_generator.cpp
index 62f2ec5024..ae0b5222f0 100644
--- a/modules/gdnative/nativescript/api_generator.cpp
+++ b/modules/gdnative/nativescript/api_generator.cpp
@@ -139,7 +139,7 @@ static String get_type_name(const PropertyInfo &info) {
}
/*
- * Some comparison helper functions we need
+ * Some comparison helper functions we need
*/
struct MethodInfoComparator {