mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-01-03 14:56:35 -05:00
Fix whitespace
This commit is contained in:
parent
4fb7001eb9
commit
6f8daee288
@ -83,7 +83,7 @@ cmdline_parse(int argc, char *argv[], int *ret_p)
|
||||
|
||||
optind = 1;
|
||||
for (;;) {
|
||||
int ch;
|
||||
int ch;
|
||||
|
||||
ch = getopt(argc, argv, OPTSTRING);
|
||||
if (0 > ch)
|
||||
|
@ -116,7 +116,7 @@ main(void)
|
||||
{
|
||||
int num_failed;
|
||||
Suite *s;
|
||||
SRunner *sr;
|
||||
SRunner *sr;
|
||||
|
||||
s = cfgfile_xml_suite();
|
||||
sr = srunner_create(s);
|
||||
|
Loading…
Reference in New Issue
Block a user