Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
riban-bw committed Apr 1, 2024
1 parent a23fd99 commit 65329f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class CClient : public QObject
Channel.GetBufErrorRates ( vecErrRates, dLimit, dMaxUpLimit );
}

CProtocol * getConnLessProtocol() { return &ConnLessProtocol; }
CProtocol* getConnLessProtocol() { return &ConnLessProtocol; }

// settings
CChannelCoreInfo ChannelInfo;
Expand Down
2 changes: 1 addition & 1 deletion src/clientrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ CClientRpc::CClientRpc ( CClient* pClient, CRpcServer* pRpcServer, QObject* pare
return;
}

if ( pClient->SetServerAddr( jsonAddr.toString() ) )
if ( pClient->SetServerAddr ( jsonAddr.toString() ) )
{
if ( !pClient->IsRunning() )
{
Expand Down

0 comments on commit 65329f2

Please sign in to comment.