Make file formatting comply with POSIX and Unix standards

UTF-8, LF, no BOM, and newlines at the end of files
This commit is contained in:
Aaron Franke 2020-03-21 17:41:03 -04:00
parent 7ed9da0a54
commit 7dbe8b65ae
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
15 changed files with 15 additions and 15 deletions

View file

@ -68,4 +68,4 @@ void SyslogLogger::print_error(const char *p_function, const char *p_file, int p
SyslogLogger::~SyslogLogger() {
}
#endif
#endif

View file

@ -1 +1 @@
Dummy file to make dylibs folder exported
Dummy file to make dylibs folder exported

View file

@ -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)
mod_lib = env_modules.add_library('#bin/libgodot_arkit_module' + env['LIBSUFFIX'], modules_sources)

View file

@ -53,4 +53,4 @@
}
}
@end
@end

View file

@ -42,4 +42,4 @@ public:
void update_feeds();
};
#endif /* CAMERAIOS_H */
#endif /* CAMERAIOS_H */

View file

@ -83,4 +83,4 @@ bool GDAPI godot_android_is_activity_resumed() {
#ifdef __cplusplus
}
#endif
#endif

View file

@ -1 +1 @@
Doc classes will appear here when generating
Doc classes will appear here when generating

View file

@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following

View file

@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following

View file

@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.

View file

@ -233,4 +233,4 @@ public class Constants {
*/
public static final long ACTIVE_THREAD_WATCHDOG = 5*1000;
}
}

View file

@ -72,4 +72,4 @@ public:
};
#endif
#endif
#endif

File diff suppressed because one or more lines are too long

View file

@ -217,4 +217,4 @@ void main() {
}
imageStore(dest_cubemap, ivec3(id), color);
}
}
}

View file

@ -286,4 +286,4 @@ void main() {
imageStore(dest_cubemap6, ivec3(id), color);
break;
}
}
}