Fix some comment indentation
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user