/** Trims the character array from the given character
* Since you can't shorten the array it'll just fill the remaining end of the array with spaces
*
* @param c The to-be-trimmed array
...