mirror of
https://github.com/openharmony/third_party_spirv-tools.git
synced 2026-06-30 20:57:57 -04:00
Make file formatting comply with POSIX standards (#3242)
Add newlines to two files
This commit is contained in:
@@ -16,4 +16,4 @@ add_spvtools_example(
|
||||
TARGET spirv-tools-cpp-example
|
||||
SRCS main.cpp
|
||||
LIBS SPIRV-Tools-opt
|
||||
)
|
||||
)
|
||||
|
||||
@@ -63,4 +63,4 @@ exports.activate = activate;
|
||||
// this method is called when your extension is deactivated
|
||||
function deactivate() {
|
||||
}
|
||||
exports.deactivate = deactivate;
|
||||
exports.deactivate = deactivate;
|
||||
|
||||
Reference in New Issue
Block a user