in plugin/server_audit/server_audit.cc [1054:1057]
static int is_space(char c) { return c == ' ' || c == '\r' || c == '\n' || c == '\t'; }