diff -r dceba191c00d -r fb1c7da561ce lemon/howard_mmc.h --- a/lemon/howard_mmc.h Fri Aug 09 11:28:17 2013 +0200 +++ b/lemon/howard_mmc.h Fri Aug 09 11:29:40 2013 +0200 @@ -361,7 +361,8 @@ /// /// \return The termination cause of the search process. /// For more information, see \ref TerminationCause. - TerminationCause findCycleMean(int limit = std::numeric_limits::max()) { + TerminationCause findCycleMean(int limit = + std::numeric_limits::max()) { // Initialize and find strongly connected components init(); findComponents();