Consider the following screenshot:

Differently than \listoffigures, \listoftables or \lstlistoflistings, the \listofalgorithmes command is adding an extra white space between chapters in the classicthesis template.
I fixed it by adding two simple lines from a nice answer:
\newcommand*{\noaddvspace}{\renewcommand*{\addvspace}[1]{}}
\addtocontents{lof}{\protect\noaddvspace}
Questions:
- Is there a more elegant way to fix the spacing in the
scrreprtclass itself? - Should this inconsistency be reported to
classicthesisorscrreprtmaintainers?
classicthesisorscrreprtmaintainers? – juliohm Apr 30 '14 at 23:17classicthesisredefines stuff beyond recognition, this should be addressed to the maintainer of classicthesis. But as always, i recommend to drop this template. – Johannes_B Jan 25 '15 at 15:16