summaryrefslogtreecommitdiff
path: root/modules/gdnative/android
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2020-03-21 17:41:03 -0400
committerAaron Franke <arnfranke@yahoo.com>2020-03-21 17:41:03 -0400
commit7dbe8b65ae724ff9fc8d3d59f4c76fc4b01402bd (patch)
tree3ae31cd356044c99eed2ff3a4095256ec9f99c35 /modules/gdnative/android
parent7ed9da0a5438872a8034be1eb04f9199aef640d2 (diff)
Make file formatting comply with POSIX and Unix standards
UTF-8, LF, no BOM, and newlines at the end of files
Diffstat (limited to 'modules/gdnative/android')
-rw-r--r--modules/gdnative/android/android_gdn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/android/android_gdn.cpp b/modules/gdnative/android/android_gdn.cpp
index 4be489cd46..6e0358342f 100644
--- a/modules/gdnative/android/android_gdn.cpp
+++ b/modules/gdnative/android/android_gdn.cpp
@@ -83,4 +83,4 @@ bool GDAPI godot_android_is_activity_resumed() {
#ifdef __cplusplus
}
-#endif \ No newline at end of file
+#endif