From f727ec95b7a4cba6e2037bcf3c7530b1e82afabd Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 15 Feb 2024 21:49:18 +0100 Subject: [PATCH] Cleanup: typo --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 3aef3bdeacf..728b128e251 100644 --- a/.clang-format +++ b/.clang-format @@ -279,5 +279,5 @@ StatementMacros: MacroBlockBegin: "^OSL_CLOSURE_STRUCT_BEGIN$" MacroBlockEnd: "^OSL_CLOSURE_STRUCT_END$" -# Ensure lew line at the end of source files. +# Ensure new line at the end of source files. InsertNewlineAtEOF: True