libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
532 stars 304 forks source link

clang-tidy: use uppercase numeric literals #179

Closed neheb closed 3 years ago

neheb commented 3 years ago

Found with readability-uppercase-literal-suffix

Signed-off-by: Rosen Penev rosenp@gmail.com

nikias commented 3 years ago

I prefer using f over F for floats.