Make file formatting comply with POSIX standards (#3242)

Add newlines to two files
This commit is contained in:
Aaron Franke
2020-03-23 10:20:00 -04:00
committed by GitHub
parent 61a79fbbfb
commit 458fc5b5e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ add_spvtools_example(
TARGET spirv-tools-cpp-example
SRCS main.cpp
LIBS SPIRV-Tools-opt
)
)
+1 -1
View File
@@ -63,4 +63,4 @@ exports.activate = activate;
// this method is called when your extension is deactivated
function deactivate() {
}
exports.deactivate = deactivate;
exports.deactivate = deactivate;