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-03-30 02:33:35 +03:00
2018-08-21 17:30:25 +03:00
2018-08-21 17:30:25 +03:00
2016-04-11 17:18:40 +02: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-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-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-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-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-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-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-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-06 15:59:06 +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-08-21 17:30:25 +03:00
2018-08-21 17:30:25 +03:00
2018-07-28 19:15:10 +03:00