general indent beautification

This commit is contained in:
Matej Sekoranja
2016-03-10 23:36:16 +01:00
parent d139c42d17
commit 5279d247ca
110 changed files with 21778 additions and 21525 deletions

View File

@@ -10,11 +10,11 @@
using namespace epics::pvData;
using namespace epics::pvAccess;
static StructureConstPtr requestStructure =
static StructureConstPtr requestStructure =
getFieldCreate()->createFieldBuilder()->
add("a", pvString)->
add("b", pvString)->
createStructure();
add("a", pvString)->
add("b", pvString)->
createStructure();
#define TIMEOUT 3.0
@@ -47,7 +47,7 @@ int main()
std::cout << e.what() << std::endl;
return 1;
}
// async way, allows multiple RPC calls on the clinet instance
try
{