mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 16:54:43 +02:00
parent
5e28b47ff8
commit
4cd293a0b1
@ -168,7 +168,7 @@ In short: The easier the code review is, the better the chance your pull request
|
||||
|
||||
* ###### Good:
|
||||
```cpp
|
||||
if (not string.empty())
|
||||
if (!string.empty())
|
||||
...
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user