diff src/haptic/darwin/SDL_syshaptic.c @ 3011:8f4ed5ec2b06

I ran a global "make indent" it modified the following files.
author Bob Pendleton <bob@pendleton.com>
date Fri, 09 Jan 2009 20:43:30 +0000
parents 6c8bc4d87282
children 8cc00819c8d6
line wrap: on
line diff
--- a/src/haptic/darwin/SDL_syshaptic.c	Fri Jan 09 20:41:31 2009 +0000
+++ b/src/haptic/darwin/SDL_syshaptic.c	Fri Jan 09 20:43:30 2009 +0000
@@ -199,8 +199,8 @@
                                          CFSTR(kIOHIDPrimaryUsagePageKey));
                 if (refCF) {
                     if (!CFNumberGetValue(refCF, kCFNumberLongType,
-                                          &SDL_hapticlist[numhaptics].
-                                          usagePage))
+                                          &SDL_hapticlist
+                                          [numhaptics].usagePage))
                         SDL_SetError
                             ("Haptic: Recieving device's usage page.");
                     refCF =
@@ -208,8 +208,8 @@
                                              CFSTR(kIOHIDPrimaryUsageKey));
                     if (refCF) {
                         if (!CFNumberGetValue(refCF, kCFNumberLongType,
-                                              &SDL_hapticlist[numhaptics].
-                                              usage))
+                                              &SDL_hapticlist
+                                              [numhaptics].usage))
                             SDL_SetError("Haptic: Recieving device's usage.");
                     }
                 }