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 03:20:25 -04:00
parent 9659831766
commit c8274e941e
No known key found for this signature in database
GPG Key ID: 40A1750B977E56BF
11 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
/**
/**
This code is based on the glslang_c_interface implementation by Viktor Latypov
**/