7547ad0391f71c15961590430ee1ba7ee098810a
Indent the test code in a nicer way and shorten it, taking advantage of this guarantee from the C++ standard: If control reaches the end of main without encountering a return statement, the effect is that of executing return 0. -> no need for "#include <cstdlib>" nor for "return EXIT_SUCCESS".
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%