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

Keyboard.c: fix indentation of ifdef

parent 05cb09a5
...@@ -706,12 +706,12 @@ XkbError: ...@@ -706,12 +706,12 @@ XkbError:
{ {
XkbGetControls(nxagentDisplay, XkbAllControlsMask, xkb); XkbGetControls(nxagentDisplay, XkbAllControlsMask, xkb);
} }
#ifdef TEST #ifdef TEST
else else
{ {
fprintf(stderr, "%s: No current keyboard.\n", __func__); fprintf(stderr, "%s: No current keyboard.\n", __func__);
} }
#endif #endif
#ifdef DEBUG #ifdef DEBUG
fprintf(stderr, "%s: Going to set rules and init device: " fprintf(stderr, "%s: Going to set rules and init device: "
......
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