I'm using xelatex org-latex-to-pdf-process to convert org-mode to PDF. 

I wanted a page break after the Table of Contents so I modified my org-export-latex-classes and added:

\\makeatletter
\\g@addto@macro\\@cfttocfinish{\\clearpage}
\\makeatother

But now I have lots of extra whitespace on the page after the Table of Contents, before the first text appears. 

Has anyone run into this before? 

Thanks,
Peter