Make file formatting comply with POSIX and Unix standards

UTF-8, LF, no BOM, and newlines at the end of files
parent 7ed9da0a
...@@ -68,4 +68,4 @@ void SyslogLogger::print_error(const char *p_function, const char *p_file, int p ...@@ -68,4 +68,4 @@ void SyslogLogger::print_error(const char *p_function, const char *p_file, int p
SyslogLogger::~SyslogLogger() { SyslogLogger::~SyslogLogger() {
} }
#endif #endif
\ No newline at end of file
Dummy file to make dylibs folder exported Dummy file to make dylibs folder exported
\ No newline at end of file
...@@ -9,4 +9,4 @@ env_arkit = env_modules.Clone() ...@@ -9,4 +9,4 @@ env_arkit = env_modules.Clone()
modules_sources = [] modules_sources = []
env_arkit.add_source_files(modules_sources, "*.cpp") env_arkit.add_source_files(modules_sources, "*.cpp")
env_arkit.add_source_files(modules_sources, "*.mm") env_arkit.add_source_files(modules_sources, "*.mm")
mod_lib = env_modules.add_library('#bin/libgodot_arkit_module' + env['LIBSUFFIX'], modules_sources) mod_lib = env_modules.add_library('#bin/libgodot_arkit_module' + env['LIBSUFFIX'], modules_sources)
\ No newline at end of file
...@@ -53,4 +53,4 @@ ...@@ -53,4 +53,4 @@
} }
} }
@end @end
\ No newline at end of file
...@@ -42,4 +42,4 @@ public: ...@@ -42,4 +42,4 @@ public:
void update_feeds(); void update_feeds();
}; };
#endif /* CAMERAIOS_H */ #endif /* CAMERAIOS_H */
\ No newline at end of file
...@@ -83,4 +83,4 @@ bool GDAPI godot_android_is_activity_resumed() { ...@@ -83,4 +83,4 @@ bool GDAPI godot_android_is_activity_resumed() {
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
\ No newline at end of file
Doc classes will appear here when generating Doc classes will appear here when generating
\ No newline at end of file
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
......
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
......
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes. // Information about this assembly is defined by the following attributes.
......
...@@ -233,4 +233,4 @@ public class Constants { ...@@ -233,4 +233,4 @@ public class Constants {
*/ */
public static final long ACTIVE_THREAD_WATCHDOG = 5*1000; public static final long ACTIVE_THREAD_WATCHDOG = 5*1000;
} }
\ No newline at end of file
...@@ -72,4 +72,4 @@ public: ...@@ -72,4 +72,4 @@ public:
}; };
#endif #endif
#endif #endif
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -217,4 +217,4 @@ void main() { ...@@ -217,4 +217,4 @@ void main() {
} }
imageStore(dest_cubemap, ivec3(id), color); imageStore(dest_cubemap, ivec3(id), color);
} }
} }
\ No newline at end of file
...@@ -286,4 +286,4 @@ void main() { ...@@ -286,4 +286,4 @@ void main() {
imageStore(dest_cubemap6, ivec3(id), color); imageStore(dest_cubemap6, ivec3(id), color);
break; break;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment