1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

uncrustify

This commit is contained in:
Corvus Corax 2014-04-08 16:26:55 +02:00
parent 73bc088ad5
commit 4b50708db6

View File

@ -24,12 +24,10 @@
#include <SDL/SDL.h>
// #undef main
class SDLGamepadPrivate
{
class SDLGamepadPrivate {
public:
SDLGamepadPrivate() : gamepad(0)
{
}
{}
/**
* SDL_Joystick object.
@ -37,7 +35,6 @@ public:
* This represents the currently opened SDL_Joystick object.
*/
SDL_Joystick *gamepad;
};
/**********************************************************************/