Skip to content

Commit

Permalink
tools/list-local-devices: fix indentation for nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Nov 7, 2024
1 parent a6d7b88 commit e4520f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/list-local-devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ print_devnode(gpointer data, gpointer user_data)

g_free(basename);
if (g_file_get_contents(path, &name, &size, &error)) {
printf(" - %s: '%.*s'\n", devnode, (int)(size - 1), name);
printf(" - %s: '%.*s'\n", devnode, (int)(size - 1), name);
} else {
fprintf(stderr, "%s\n", error->message);
}
Expand Down

0 comments on commit e4520f8

Please sign in to comment.