This is a nice easy one! Couldn’t think of anything good for an icon.
// #popclip
// name: Remove multiple spaces
// icon: monospaced _
// after: paste-result
// language: javascript
return popclip.input.text.replace(/ +/g, " ");
(The above block is an extension snippet — select it then click “Install Extension” in PopClip.)