Fix some comment indentation

This commit is contained in:
Chris Robinson
2018-11-13 23:26:42 -08:00
parent c3ee206129
commit 6ae217d005
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1333,9 +1333,9 @@ static void ALCalsaBackendFactory_probe(ALCalsaBackendFactory* UNUSED(self), enu
{
const char *name{entry.name.c_str()};
size_t namelen{entry.name.length()};
/* +1 to also append the null char (to ensure a null-separated list
* and double-null terminated list).
*/
/* +1 to also append the null char (to ensure a null-separated list and
* double-null terminated list).
*/
alstr_append_range(outnames, name, name + namelen+1);
};
switch(type)
+3 -3
View File
@@ -1816,9 +1816,9 @@ static void PulseBackendFactory_probe(PulseBackendFactory* UNUSED(self), enum De
{
const char *name{entry.name.c_str()};
size_t namelen{entry.name.length()};
/* +1 to also append the null char (to ensure a null-separated list
* and double-null terminated list).
*/
/* +1 to also append the null char (to ensure a null-separated list and
* double-null terminated list).
*/
alstr_append_range(outnames, name, name + namelen+1);
};
switch(type)