Commit Graph
4 Commits
Author SHA1 Message Date
Ryan Curtin 251a6a9a5f Fix doxygen footer JS to draw correctly. 2017-07-18 14:16:16 -04:00
Mikhail Lozhnikov 26803dca1f Fixed pixelated formulas in the HTML output. 2016-08-29 20:57:59 +03:00
Alexander Leinoff efb64f2c7d Removes trailing whitespaces at end of lines
Unnecessary end of line whitespace is generally frowned upon. In addition some
editors remove end of line whitespace automatically, making diffs hard to read.
This commit removes all trailing witespaces. Using some sed magic in bash:

find . -name "*.*" -type f -print0 | xargs gsed -i 's/[ \t]*$//'
2016-04-19 12:10:01 -05:00
Ryan Curtin 2f369e3b78 Move mlpack/trunk/ to root of repository (fake commit during svn to git
transition).
2014-12-17 12:32:39 -05:00