Format code

This commit is contained in:
Lawrence37
2023-09-10 14:29:17 -07:00
committed by Lawrence Lee
parent 17b9e7c107
commit c75ff3260f

View File

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