nowsecure / fsmon

monitor filesystem on iOS / OS X / Android / FirefoxOS / Linux
https://www.nowsecure.com
MIT License
881 stars 151 forks source link

reserved identifier violation #15

Closed elfring closed 8 years ago

elfring commented 8 years ago

I would like to point out that identifiers like "_FSMON_H_" and "_INCLUDE_UTIL_H_" do eventually not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

elfring commented 8 years ago

Are there a few update candidates left over?

trufae commented 8 years ago

Fixed in 570a70ef4a522ccec832c6272e8c9a6f598306c8

elfring commented 8 years ago

Thanks for another improvement of affected include guards.