diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-22 09:34:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-22 09:34:17 +0100 |
| commit | aac31cf0eeafe2beea3d72eef7b6fdcb3a970f27 (patch) | |
| tree | b533313c7412c5e0c7d4dd5945b5d92a78c57d78 /modules/gdnative | |
| parent | dbb3f992a4f4a145c46df69e0e900262b956f0e3 (diff) | |
| parent | 7dbe8b65ae724ff9fc8d3d59f4c76fc4b01402bd (diff) | |
Merge pull request #37216 from aaronfranke/file-formatting
Make file formatting comply with POSIX standards
Diffstat (limited to 'modules/gdnative')
| -rw-r--r-- | modules/gdnative/android/android_gdn.cpp | 2 |
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 |