Format code

This commit is contained in:
Lawrence37 2023-09-10 14:29:17 -07:00 committed by Lawrence Lee
parent 17b9e7c107
commit c75ff3260f
No known key found for this signature in database
GPG Key ID: 048FF2B76A63895F

View File

@ -59,7 +59,7 @@ public:
private: private:
bool locked; bool locked;
bool checkLock (bool noError=false); bool checkLock (bool noError = false);
void checkUnlock (); void checkUnlock ();
#endif #endif
}; };