run astyle

This commit is contained in:
Albert Medela
2017-08-16 13:55:18 +02:00
parent 94d87ed33e
commit 65e10c71b0
89 changed files with 888 additions and 488 deletions
+6 -3
View File
@@ -61,13 +61,16 @@ public slots:
void timerRefresh();
void stopTimeout();
void setMySession ( boost::shared_ptr<Session> theValue ) {
void setMySession ( boost::shared_ptr<Session> theValue )
{
mySession = theValue;
}
void setMsgID ( NetTimeoutReason theValue ) {
void setMsgID ( NetTimeoutReason theValue )
{
msgID = theValue;
}
void setTimeoutDuration ( int theValue ) {
void setTimeoutDuration ( int theValue )
{
timeoutDuration = theValue;
}