Remove whitespace lines
This commit is contained in:
@@ -3,28 +3,28 @@
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
|
||||
|
||||
class Mutex {
|
||||
|
||||
|
||||
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Mutex ();
|
||||
~Mutex ();
|
||||
|
||||
|
||||
bool Lock ();
|
||||
bool TryLock ();
|
||||
bool Unlock ();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
void* mutex;
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user