Skip to content

Commit

Permalink
[docs] Add missing closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhar committed Jan 25, 2022
1 parent 03d9e6c commit 5be24a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/CodingStandards.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Expected<size_t> getFileSize(StringRef path) {
if (exists(path))
return file_size(path);
return createResultError(Result::NotFound, Twine("File ") + path + " does not exist");
}
// An internal LLPC function.
Error readSpirvFile(StringRef path) {
Expand Down

0 comments on commit 5be24a3

Please sign in to comment.