diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2020-03-21 17:41:03 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2020-03-21 17:41:03 -0400 |
commit | 7dbe8b65ae724ff9fc8d3d59f4c76fc4b01402bd (patch) | |
tree | 3ae31cd356044c99eed2ff3a4095256ec9f99c35 /modules | |
parent | 7ed9da0a5438872a8034be1eb04f9199aef640d2 (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')
8 files changed, 8 insertions, 8 deletions
diff --git a/modules/arkit/SCsub b/modules/arkit/SCsub index e605703a72..c05595ea2a 100644 --- a/modules/arkit/SCsub +++ b/modules/arkit/SCsub @@ -9,4 +9,4 @@ env_arkit = env_modules.Clone() modules_sources = [] env_arkit.add_source_files(modules_sources, "*.cpp") env_arkit.add_source_files(modules_sources, "*.mm") -mod_lib = env_modules.add_library('#bin/libgodot_arkit_module' + env['LIBSUFFIX'], modules_sources)
\ No newline at end of file +mod_lib = env_modules.add_library('#bin/libgodot_arkit_module' + env['LIBSUFFIX'], modules_sources) diff --git a/modules/arkit/arkit_session_delegate.mm b/modules/arkit/arkit_session_delegate.mm index d3c12ad582..f44f46b7b7 100644 --- a/modules/arkit/arkit_session_delegate.mm +++ b/modules/arkit/arkit_session_delegate.mm @@ -53,4 +53,4 @@ } } -@end
\ No newline at end of file +@end diff --git a/modules/camera/camera_ios.h b/modules/camera/camera_ios.h index 89620f788b..7da43e4851 100644 --- a/modules/camera/camera_ios.h +++ b/modules/camera/camera_ios.h @@ -42,4 +42,4 @@ public: void update_feeds(); }; -#endif /* CAMERAIOS_H */
\ No newline at end of file +#endif /* CAMERAIOS_H */ 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 diff --git a/modules/gridmap/doc_classes/README.md b/modules/gridmap/doc_classes/README.md index b1ec9058c8..37ad93b6d3 100644 --- a/modules/gridmap/doc_classes/README.md +++ b/modules/gridmap/doc_classes/README.md @@ -1 +1 @@ -Doc classes will appear here when generating
\ No newline at end of file +Doc classes will appear here when generating diff --git a/modules/mono/editor/GodotTools/GodotTools.BuildLogger/Properties/AssemblyInfo.cs b/modules/mono/editor/GodotTools/GodotTools.BuildLogger/Properties/AssemblyInfo.cs index 8717c4901e..4374f21cfa 100644 --- a/modules/mono/editor/GodotTools/GodotTools.BuildLogger/Properties/AssemblyInfo.cs +++ b/modules/mono/editor/GodotTools/GodotTools.BuildLogger/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/modules/mono/editor/GodotTools/GodotTools.IdeConnection/Properties/AssemblyInfo.cs b/modules/mono/editor/GodotTools/GodotTools.IdeConnection/Properties/AssemblyInfo.cs index c7c00e66a2..0806d02ca0 100644 --- a/modules/mono/editor/GodotTools/GodotTools.IdeConnection/Properties/AssemblyInfo.cs +++ b/modules/mono/editor/GodotTools/GodotTools.IdeConnection/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/Properties/AssemblyInfo.cs b/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/Properties/AssemblyInfo.cs index 09333850fc..3a0464c9bc 100644 --- a/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/Properties/AssemblyInfo.cs +++ b/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. |