Reverted Bob's indent checkin
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403475
This commit is contained in:
parent
e32916c7f0
commit
d123950aa3
33 changed files with 501 additions and 659 deletions
|
@ -199,8 +199,8 @@ SDL_SYS_HapticInit(void)
|
|||
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 @@ SDL_SYS_HapticInit(void)
|
|||
CFSTR(kIOHIDPrimaryUsageKey));
|
||||
if (refCF) {
|
||||
if (!CFNumberGetValue(refCF, kCFNumberLongType,
|
||||
&SDL_hapticlist
|
||||
[numhaptics].usage))
|
||||
&SDL_hapticlist[numhaptics].
|
||||
usage))
|
||||
SDL_SetError("Haptic: Recieving device's usage.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue