Fix whitespace

This commit is contained in:
Anon 2017-01-14 20:54:59 -06:00
parent 52ce0b3b99
commit 233985129e

View File

@ -90,7 +90,6 @@ public:
*/
void GyroscopeChanged(float x, float y, float z);
/**
* Gets the current accelerometer state (acceleration along each three axis).
* Axis explained:
@ -175,7 +174,6 @@ protected:
// TODO: Find a better place to set this.
config.min_client_area_size = std::make_pair(400u, 480u);
active_config = config;
accel_x = 0;
accel_y = -512;
accel_z = 0;