Fix pointer style nit
(I really dislike this one for some reason..) Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
56ba986613
commit
6a39a0657d
|
@ -236,7 +236,7 @@ HandleNoAction(struct xkb_keymap *keymap, union xkb_action *action,
|
|||
|
||||
static bool
|
||||
CheckLatchLockFlags(struct xkb_keymap *keymap, enum xkb_action_type action,
|
||||
enum action_field field, const ExprDef * value,
|
||||
enum action_field field, const ExprDef *value,
|
||||
enum xkb_action_flags *flags_inout)
|
||||
{
|
||||
enum xkb_action_flags tmp;
|
||||
|
|
|
@ -235,7 +235,7 @@ InitKeyNamesInfo(KeyNamesInfo *info, struct xkb_context *ctx)
|
|||
}
|
||||
|
||||
static xkb_keycode_t
|
||||
FindKeyByName(KeyNamesInfo * info, xkb_atom_t name)
|
||||
FindKeyByName(KeyNamesInfo *info, xkb_atom_t name)
|
||||
{
|
||||
xkb_keycode_t i;
|
||||
|
||||
|
|
|
@ -195,7 +195,7 @@ InitSymbolsInfo(SymbolsInfo *info, struct xkb_keymap *keymap,
|
|||
}
|
||||
|
||||
static void
|
||||
ClearSymbolsInfo(SymbolsInfo * info)
|
||||
ClearSymbolsInfo(SymbolsInfo *info)
|
||||
{
|
||||
KeyInfo *keyi;
|
||||
free(info->name);
|
||||
|
|
|
@ -395,7 +395,7 @@ static bool
|
|||
AddMapEntry(KeyTypesInfo *info, KeyTypeInfo *type,
|
||||
struct xkb_kt_map_entry *new, bool clobber, bool report)
|
||||
{
|
||||
struct xkb_kt_map_entry * old;
|
||||
struct xkb_kt_map_entry *old;
|
||||
|
||||
old = FindMatchingMapEntry(type, new->mods.mods);
|
||||
if (old) {
|
||||
|
|
Loading…
Reference in New Issue