From 2930eaa3845d5c62ae7a5971b04727a3bfe8a763 Mon Sep 17 00:00:00 2001 From: Jeff Knupp Date: Fri, 21 Jul 2017 16:30:07 -0400 Subject: [PATCH] Fix line length to conform to linter rules --- pandas/_libs/src/parser/tokenizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_libs/src/parser/tokenizer.h b/pandas/_libs/src/parser/tokenizer.h index 1cd391aef68a4..9462608a26814 100644 --- a/pandas/_libs/src/parser/tokenizer.h +++ b/pandas/_libs/src/parser/tokenizer.h @@ -159,7 +159,7 @@ typedef struct parser_t { int64_t *line_start; // position in words for start of line int64_t *line_fields; // Number of fields in each line int64_t lines; // Number of (good) lines observed - int64_t file_lines; // Number of lines observed (including bad or skipped) + int64_t file_lines; // Number of lines (including bad or skipped) int64_t lines_cap; // Vector capacity // Tokenizing stuff