sysfs_devices.c: adjust SOUND and INPUT lines indent

This commit is contained in:
Nedko Arnaudov 2023-07-15 16:55:48 +03:00
parent 67f7e927f6
commit 6710d3d7f1
1 changed files with 2 additions and 2 deletions

View File

@ -115,11 +115,11 @@ catroof_sysfs_device_callback_print(
{
if (strcmp(devtype, "sound") == 0)
{
printf(" [SOUND] %s\n", devid);
printf(" [SOUND] %s\n", devid);
}
else if (strcmp(devtype, "input") == 0)
{
printf(" [INPUT] %s\n", devid);
printf(" [INPUT] %s\n", devid);
char * input = catdup("input/", devid);
if (input == NULL)
{