[PAHOLE]: trim some superfluous whitespace

No object-code changes.

Signed-off-by: Bernhard Fischer <rep.nop@aon.at>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
Bernhard Fischer 2006-12-05 14:56:47 -02:00 committed by Arnaldo Carvalho de Melo
parent 10b1299dea
commit a35aa33be8
1 changed files with 3 additions and 3 deletions

View File

@ -264,13 +264,13 @@ int main(int argc, char *argv[])
case 't': opts |= FLAG_show_total_structure_stats; break;
case 'D': decl_exclude_prefix = optarg;
decl_exclude_prefix_len = strlen(decl_exclude_prefix);
break;
break;
case 'x': class__exclude_prefix = optarg;
class__exclude_prefix_len = strlen(class__exclude_prefix);
break;
break;
case 'X': cu__exclude_prefix = optarg;
cu__exclude_prefix_len = strlen(cu__exclude_prefix);
break;
break;
case 'h': usage(); return EXIT_SUCCESS;
default: usage(); return EXIT_FAILURE;
}