mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T778, style and comments, debug hints
This commit is contained in:
committed by
Mat Sutcliffe
parent
829777bf3a
commit
46d417c5a2
@@ -251,7 +251,7 @@ namespace BlackSimPlugin
|
||||
void increaseAddingExceptions() { m_addingExceptions++; }
|
||||
|
||||
//! Decrease adding exception
|
||||
void decreaseAddingExceptions() { if (m_addingExceptions > 0) { m_addingExceptions--; } ; }
|
||||
void decreaseAddingExceptions() { if (m_addingExceptions > 0) { m_addingExceptions--; } }
|
||||
|
||||
//! Adding and directly removed
|
||||
int getAddingDirectlyRemoved() const { return m_addingDirectlyRemoved; }
|
||||
|
||||
Reference in New Issue
Block a user