1Code Guidelines
2
3Try to follow the style of the existing code.
4
5Please do not add tabs, trailing whitespace, or Windows-style line endings (CRLF).
6
7The C++ code was pretty-printed with astyle on 05/01/2014 using the configuration found in build/astyle.cfg
8
9