Skip to content

Commit

Permalink
Make file formatting comply with POSIX standards (KhronosGroup#3242)
Browse files Browse the repository at this point in the history
Add newlines to two files
  • Loading branch information
aaronfranke authored Mar 23, 2020
1 parent 60104cd commit 7f341ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cpp-interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ add_spvtools_example(
TARGET spirv-tools-cpp-example
SRCS main.cpp
LIBS SPIRV-Tools-opt
)
)
2 changes: 1 addition & 1 deletion utils/vscode/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ exports.activate = activate;
// this method is called when your extension is deactivated
function deactivate() {
}
exports.deactivate = deactivate;
exports.deactivate = deactivate;

0 comments on commit 7f341ff

Please sign in to comment.