mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Forbid trailing whitespace in the style guide
This commit is contained in:
parent
a8b3a0b2cd
commit
4ded3a39e1
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,8 @@ Avoid extraneous whitespace in the following situations:
|
|||
Yes: if (variable == 2) then
|
||||
No: if ( variable==2 ) then
|
||||
|
||||
Do not leave trailing whitespace at the end of a line.
|
||||
|
||||
------
|
||||
Python
|
||||
------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue