mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
(no Version Change)
typo.
This commit is contained in:
parent
3061f80d1a
commit
4b540d3c9b
2
inxi
2
inxi
|
@ -40,7 +40,7 @@
|
|||
#### CONVENTIONS:
|
||||
#### Indentation: TABS
|
||||
#### Do not use one liner flow controls. The ONLY time you should use ; is in
|
||||
#### This single case: if [[ condition ]];then (ie, never: [[ condition ]] && statement)
|
||||
#### this single case: if [[ condition ]];then (ie, never: [[ condition ]] && statement)
|
||||
#### All new code/methods must be in a function.
|
||||
#### For all boolean tests, use 'true' / 'false'. Do NOT use 0 or 1 unless
|
||||
#### it's a function return. Avoid complicated tests in the if condition itself.
|
||||
|
|
Loading…
Reference in a new issue