Index: uspace/srv/hid/input/layout/ar.c
===================================================================
--- uspace/srv/hid/input/layout/ar.c	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/srv/hid/input/layout/ar.c	(revision 34e1206ec4dc79f0592077e3ee270fba91d1eb9d)
@@ -76,5 +76,5 @@
 	[KC_PERIOD] = L'ز',
 	[KC_SLASH] = L'ظ',
-	
+
 	[KC_Q] = L'ض',
 	[KC_W] = L'ص',
@@ -134,5 +134,5 @@
 	[KC_PERIOD] = '.',
 	[KC_SLASH] = L'؟',
-	
+
 	[KC_Q] = L'َ',
 	[KC_W] = L'ً',
@@ -220,5 +220,5 @@
 	if (c != 0)
 		return c;
-	
+
 	if ((ev->mods & KM_SHIFT) != 0)
 		c = translate(ev->key, map_shifted, sizeof(map_shifted) / sizeof(wchar_t));
Index: uspace/srv/hid/input/layout/cz.c
===================================================================
--- uspace/srv/hid/input/layout/cz.c	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/srv/hid/input/layout/cz.c	(revision 34e1206ec4dc79f0592077e3ee270fba91d1eb9d)
@@ -412,8 +412,8 @@
 	if (ev->type != KEY_PRESS)
 		return 0;
-	
+
 	if (key_is_mod(ev->key))
 		return 0;
-	
+
 	switch (cz_state->mstate) {
 	case ms_start:
@@ -424,5 +424,5 @@
 		return parse_ms_carka(cz_state, ev);
 	}
-	
+
 	return 0;
 }
