diff --git a/docs/CodingStandards.md b/docs/CodingStandards.md index e1793c6eab..2076fabd5c 100644 --- a/docs/CodingStandards.md +++ b/docs/CodingStandards.md @@ -220,6 +220,7 @@ Expected 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) {