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