I know this is a stupid question but it there any difference between:

type* identifer;

and

type * identifer;

and

type *identifer;

or is it just whitespace?