how to read blank spaces

hi
i have a file which store some data.the contents of my file is
data1:data2
data3:data4

i have a script which read this file
correct="$(cat /root/sh | cut -d: -f1)"
i used this syntax..please help me which syntax is used to read blank spaces.and then remove it and after that how to read this file..