mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-21 19:20:07 +00:00
Make file formatting comply with POSIX standards (#3242)
Add newlines to two files
This commit is contained in:
parent
60104cd974
commit
7f341ffee6
@ -16,4 +16,4 @@ add_spvtools_example(
|
|||||||
TARGET spirv-tools-cpp-example
|
TARGET spirv-tools-cpp-example
|
||||||
SRCS main.cpp
|
SRCS main.cpp
|
||||||
LIBS SPIRV-Tools-opt
|
LIBS SPIRV-Tools-opt
|
||||||
)
|
)
|
||||||
|
@ -63,4 +63,4 @@ exports.activate = activate;
|
|||||||
// this method is called when your extension is deactivated
|
// this method is called when your extension is deactivated
|
||||||
function deactivate() {
|
function deactivate() {
|
||||||
}
|
}
|
||||||
exports.deactivate = deactivate;
|
exports.deactivate = deactivate;
|
||||||
|
Loading…
Reference in New Issue
Block a user