Commit de9b4edf authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Keyboard.c: Fix indentation

parent 88bc5261
...@@ -869,22 +869,22 @@ XkbError: ...@@ -869,22 +869,22 @@ XkbError:
free(layout); free(layout);
} }
#endif #endif
XGetKeyboardControl(nxagentDisplay, &values); XGetKeyboardControl(nxagentDisplay, &values);
memmove((char *) defaultKeyboardControl.autoRepeats, memmove((char *) defaultKeyboardControl.autoRepeats,
(char *) values.auto_repeats, sizeof(values.auto_repeats)); (char *) values.auto_repeats, sizeof(values.auto_repeats));
#ifdef TEST #ifdef TEST
{ {
int ret = int ret =
#endif #endif
InitKeyboardDeviceStruct((DevicePtr) pDev, &keySyms, modmap, InitKeyboardDeviceStruct((DevicePtr) pDev, &keySyms, modmap,
nxagentBell, nxagentChangeKeyboardControl); nxagentBell, nxagentChangeKeyboardControl);
#ifdef TEST #ifdef TEST
fprintf(stderr, "nxagentKeyboardProc: InitKeyboardDeviceStruct returns [%d].\n", ret); fprintf(stderr, "nxagentKeyboardProc: InitKeyboardDeviceStruct returns [%d].\n", ret);
} }
#endif #endif
#ifdef XKB #ifdef XKB
} else { /* if (noXkbExtension) */ } else { /* if (noXkbExtension) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment