mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 12:34:44 +02:00
Fix trailing whitespace in generated unicde data files
This commit is contained in:
4
kitty/emoji.h
generated
4
kitty/emoji.h
generated
@@ -282,7 +282,7 @@ is_emoji(char_type code) {
|
||||
return true;
|
||||
default: return false;
|
||||
}
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
static inline bool
|
||||
is_emoji_modifier(char_type code) {
|
||||
@@ -291,7 +291,7 @@ is_emoji_modifier(char_type code) {
|
||||
return true;
|
||||
default: return false;
|
||||
}
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
END_ALLOW_CASE_RANGE
|
||||
|
||||
2
kitty/wcwidth-std.h
generated
2
kitty/wcwidth-std.h
generated
@@ -2429,7 +2429,7 @@ wcwidth_std(int32_t code) {
|
||||
|
||||
default: return 1;
|
||||
}
|
||||
return 1;
|
||||
return 1;
|
||||
}
|
||||
|
||||
END_ALLOW_CASE_RANGE
|
||||
|
||||
Reference in New Issue
Block a user