mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-09 20:58:10 -05:00
Let's follow the Google Style Guide, in which private variables are simply suffixed with "_". It's a sign, not a cop, but that's fine. I'd rather keep things simple, and code review should suffice for catching uses of a private variable outside the class.