mirror of
https://github.com/janet-lang/janet
synced 2025-11-01 16:13:02 +00:00
Run through astyle with manual corrections
This commit is contained in:
@@ -548,7 +548,6 @@ static void kdeletew(void) {
|
||||
refresh();
|
||||
}
|
||||
|
||||
|
||||
/* See tools/symchargen.c */
|
||||
static int is_symbol_char_gen(uint8_t c) {
|
||||
if (c & 0x80) return 1;
|
||||
|
||||
Reference in New Issue
Block a user