Format miscellaneous files

Formatted client, avro and rabbitmq consumer files with Astyle.
This commit is contained in:
Markus Mäkelä
2017-01-17 13:53:48 +02:00
parent 3d92263cb3
commit 3205092540
5 changed files with 86 additions and 86 deletions

View File

@ -421,13 +421,13 @@ int main(int argc, char** argv)
{
switch (ch)
{
case 'c':
cnfnlen = strlen(optarg);
cnfpath = strdup(optarg);
break;
default:
case 'c':
cnfnlen = strlen(optarg);
cnfpath = strdup(optarg);
break;
default:
break;
break;
}
}