mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
consolemap: indentation & braces disagree - reindent
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
842ffabbf3
commit
71183c9480
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list)
|
||||||
__get_user(fontpos, &list->fontpos);
|
__get_user(fontpos, &list->fontpos);
|
||||||
if ((err1 = con_insert_unipair(p, unicode,fontpos)) != 0)
|
if ((err1 = con_insert_unipair(p, unicode,fontpos)) != 0)
|
||||||
err = err1;
|
err = err1;
|
||||||
list++;
|
list++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (con_unify_unimap(vc, p))
|
if (con_unify_unimap(vc, p))
|
||||||
|
|
Loading…
Reference in a new issue