libimobiledevice / ideviceinstaller

Manage apps of iOS devices
https://libimobiledevice.org
GNU General Public License v2.0
1.26k stars 262 forks source link

Modify the use of NULL to judge the null pointer #131

Closed zhangmcll closed 1 year ago

zhangmcll commented 4 years ago

Use the form of p == NULL to judge the pointer to improve the readability of the code.

nikias commented 1 year ago

I don't feel like this is necessary.