code: Cleanup use of std library for consistancy
This commit is contained in:
committed by
Isaac Freund
parent
995ae99be5
commit
da59632cea
@ -57,7 +57,7 @@ pub const InputDevice = struct {
|
||||
},
|
||||
);
|
||||
for (identifier) |*char| {
|
||||
if (char.* == ' ' or !std.ascii.isPrint(char.*)) {
|
||||
if (char.* == ' ' or !ascii.isPrint(char.*)) {
|
||||
char.* = '_';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user