1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00

Fix whitespace

This commit is contained in:
Moritz Grimm 2018-07-17 10:49:24 +02:00
parent 4fb7001eb9
commit 6f8daee288
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -116,7 +116,7 @@ main(void)
{
int num_failed;
Suite *s;
SRunner *sr;
SRunner *sr;
s = cfgfile_xml_suite();
sr = srunner_create(s);