Alexander Amelkin e9716e216d
Refactoring: optimize pointer checks
Remove all direct comparisons to 'NULL' for pointers.
Replace them with boolean-like 'if (ptr)' and 'if (!ptr)'.
This makes conditions shorter and easier to read.

Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
2018-08-21 17:30:25 +03:00
..
2018-08-21 17:30:25 +03:00
2018-08-21 17:30:25 +03:00
2018-08-21 17:30:25 +03:00
2018-07-28 19:15:10 +03:00