mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Update style guide with rule on whitespace.
This commit is contained in:
parent
254eb6148e
commit
c407dc0259
1 changed files with 3 additions and 0 deletions
|
|
@ -153,6 +153,9 @@ Avoid extraneous whitespace in the following situations:
|
|||
Yes: if (variable == 2) then
|
||||
No: if ( variable==2 ) then
|
||||
|
||||
The structure component designator ``%`` should be surrounded by one space on
|
||||
each side.
|
||||
|
||||
Do not leave trailing whitespace at the end of a line.
|
||||
|
||||
------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue