a little remaining astyle
This commit is contained in:
parent
31e6157a5c
commit
a51ac8b905
@ -126,7 +126,10 @@ public:
|
||||
void redo ();
|
||||
|
||||
bool blistenerLock;
|
||||
void resetSnapShotNumber() {bmnum = 1;};
|
||||
void resetSnapShotNumber()
|
||||
{
|
||||
bmnum = 1;
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -260,7 +260,7 @@ public:
|
||||
inline MyReaderLock(MyRWMutex& mutex, const char* name, const char* file, const int line) : rwMutex(mutex), locked(false), locknumber(0)
|
||||
#else
|
||||
public:
|
||||
inline MyReaderLock(MyRWMutex& mutex) : rwMutex(mutex)
|
||||
inline MyReaderLock(MyRWMutex & mutex) : rwMutex(mutex)
|
||||
#endif
|
||||
|
||||
{
|
||||
@ -496,7 +496,7 @@ public:
|
||||
inline MyWriterLock(MyRWMutex& mutex, const char* name, const char* file, const int line) : rwMutex(mutex), locked(false), locknumber(0)
|
||||
#else
|
||||
public:
|
||||
inline MyWriterLock(MyRWMutex& mutex) : rwMutex(mutex)
|
||||
inline MyWriterLock(MyRWMutex & mutex) : rwMutex(mutex)
|
||||
#endif
|
||||
{
|
||||
// to operate safely
|
||||
|
Loading…
x
Reference in New Issue
Block a user