Fix line length to conform to linter rules · rs2/pandas@2930eaa (original) (raw)

Original file line number Diff line number Diff line change
@@ -159,7 +159,7 @@ typedef struct parser_t {
159 159 int64_t *line_start; // position in words for start of line
160 160 int64_t *line_fields; // Number of fields in each line
161 161 int64_t lines; // Number of (good) lines observed
162 -int64_t file_lines; // Number of lines observed (including bad or skipped)
162 +int64_t file_lines; // Number of lines (including bad or skipped)
163 163 int64_t lines_cap; // Vector capacity
164 164
165 165 // Tokenizing stuff