Browse Source

whitespace.

Ozkan Sezer 4 years ago
parent
commit
637d425e3e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Xcode/SDL/SDL.xcodeproj/project.pbxproj

+ 2 - 2
Xcode/SDL/SDL.xcodeproj/project.pbxproj

@@ -1012,7 +1012,7 @@ IOS_MFIJoystickUpdate(SDL_Joystick *joystick)
     @autoreleasepool {
     @autoreleasepool {
         if (@available(macos 11.0, iOS 14.0, tvOS 14.0, *)) {
         if (@available(macos 11.0, iOS 14.0, tvOS 14.0, *)) {
             NSError *error;
             NSError *error;
-            
+
             if (self->engine == nil) {
             if (self->engine == nil) {
                 return SDL_SetError("Haptics engine was stopped");
                 return SDL_SetError("Haptics engine was stopped");
             }
             }
@@ -1292,7 +1292,7 @@ IOS_JoystickUpdate(SDL_Joystick *joystick)
     if (device == NULL) {
     if (device == NULL) {
         return;
         return;
     }
     }
-    
+
     if (device->accelerometer) {
     if (device->accelerometer) {
         IOS_AccelerometerUpdate(joystick);
         IOS_AccelerometerUpdate(joystick);
     } else if (device->controller) {
     } else if (device->controller) {