I ran a global "make indent" it modified the following files.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403473
This commit is contained in:
parent
d088f9a9ca
commit
44fa7675c8
33 changed files with 660 additions and 502 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