List files with spaces in filename

I have a text file containing files in a directory structure i.e.

/project/hr/raw/jcpdatav/datav_aug03
/project/hr/raw/jcpdatav/comb8121sep02n
/project/hr/raw/jcpdatav/datav_feb04_ons
/project/hr/raw/jcpdatav/corpsick_jun06
/project/hr/raw/jcpdatav/jcpjoiners200507
/project/hr/raw/jcpdatav/corpsick_jul

Later in the text file some lines appear with spaces, how do I print out only these lines?

Just grep for a space.

Regards

Please use

```text
 and 
```

tags when posting code, data or logs, ty.

Sorry if it didnt make sense:

/its/live/permtas/GAPS_rep_source/sesact_funcs.4gl
/its/live/permtas/GAPS_rep_source/fpms.4gl
/its/live/permtas/GAPS_rep_source/april data.txt
/its/live/permtas/GAPS_rep_source/r2l_funcs.4gl

I'm interested in the filenames with spaces.

---------- Post updated at 02:28 PM ---------- Previous update was at 02:26 PM ----------

Your spot on there, my mind was blank I'de been looking at this for the last hour. :o