diff options
Diffstat (limited to 'ext/pybind11/tools/check-style.sh')
-rwxr-xr-x | ext/pybind11/tools/check-style.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pybind11/tools/check-style.sh b/ext/pybind11/tools/check-style.sh index a9eeb170b..0a9f7d24f 100755 --- a/ext/pybind11/tools/check-style.sh +++ b/ext/pybind11/tools/check-style.sh @@ -10,7 +10,7 @@ # 4. missing space between keyword and parenthesis, e.g.: for(, if(, while( # 5. Missing space between right parenthesis and brace, e.g. 'for (...){' # 6. opening brace on its own line. It should always be on the same line as the -# if/while/for/do statment. +# if/while/for/do statement. # # Invoke as: tools/check-style.sh # |