fn skip_spaces()

in z3tracer/src/lexer.rs [93:95]


    fn skip_spaces(&mut self) {
        while self.skip_space() {}
    }