Format code

This commit is contained in:
Lawrence37
2023-09-10 14:29:17 -07:00
committed by GitHub
parent 730704f3b2
commit 7ebbac25ca

View File

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