summaryrefslogtreecommitdiff
path: root/src/components/include/transport_manager/info.h
Commit message (Collapse)AuthorAgeFilesLines
* Format all code in projectKozoriz2016-04-261-16/+15
| | | | | | | | | | Formated all code in appMain, components, plugins to correct coding-style Used clang-format-3.6 Used 2 commands : find src/appMain/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/components/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/plugins/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file
* SDL 3.8!Justin Dickow2014-10-201-0/+163
Signed-off-by: Justin Dickow <jjdickow@gmail.com>