mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-23 06:26:38 +03:00
@ -165,7 +165,7 @@ if (fd >= 0)
|
|||||||
close(fd);
|
close(fd);
|
||||||
```
|
```
|
||||||
|
|
||||||
While the existing code base isn't fully consistent with this code style isn't fully consistent yet it is strongly recommended that new code follows these rules.
|
While the existing code base isn't fully consistent with this code style yet it is strongly recommended that new code follows these rules.
|
||||||
Adapting surrounding code near places you need to touch is encouraged.
|
Adapting surrounding code near places you need to touch is encouraged.
|
||||||
Try to separate such changes into a single, clean-up only commit to reduce noise while reviewing your changes.
|
Try to separate such changes into a single, clean-up only commit to reduce noise while reviewing your changes.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user