screenfetch: Trim trailing whitespace from CPU
Created by: xTibor
The raw_cpuid crate passes the CPU brand string with trailing whitespace which borks the output. According to the tests of that crate it's an expected behaviour so the whitespace needs to be removed here.