spacer 1722 lib/vfs/direntry.c char *source_name, *spacer; spacer 1725 lib/vfs/direntry.c spacer = g_strnfill ((size_t) entry->leading_spaces - final_num_spaces, ' '); spacer 1726 lib/vfs/direntry.c entry->name = g_strconcat (spacer, source_name, (char *) NULL); spacer 1727 lib/vfs/direntry.c g_free (spacer);