Browse Source

fixed formatting

cl-refactor
KKudryavtsev 11 years ago
parent
commit
d6ac5a7318
  1. 2
      eth/EthStubServer.cpp

2
eth/EthStubServer.cpp

@ -38,7 +38,7 @@ Json::Value EthStubServer::procedures()
{
Json::Value ret;
for(auto proc : this->GetProtocolHanlder()->GetProcedures())
for (auto proc: this->GetProtocolHanlder()->GetProcedures())
{
Json::Value proc_j;

Loading…
Cancel
Save