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

@ -137,18 +137,18 @@ int main(int argc, char** argv)
{
switch (c)
{
case 'v':
verbose++;
break;
case 'd':
dump = true;
break;
case 'f':
seekto = strtol(optarg, NULL, 10);
break;
case 'c':
num_rows = strtol(optarg, NULL, 10);
break;
case 'v':
verbose++;
break;
case 'd':
dump = true;
break;
case 'f':
seekto = strtol(optarg, NULL, 10);
break;
case 'c':
num_rows = strtol(optarg, NULL, 10);
break;
}
}