If I summarize content from another source, I'll use \cite to reference the author. In natural sciences it seems to be standard to use \cite at the end of the sentence or paragraph that containts cited content.
Example:
Lore ipsum \cite{OtherSource}.
Is there any recommended way about whitespacing before the \cite command? I could go with
Lore ipsum \cite{OtherSource}.
or
Lore ipsum\cite{OtherSource}.
Edit: My question is about, whether I should include a whitespace or not.

Lorem ipsum~\cite{Source}– egreg Sep 25 '12 at 15:18