Skip to content

Commit

Permalink
Fix line length to conform to linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffknupp committed Jul 21, 2017
1 parent e4dfd19 commit 2930eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/src/parser/tokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2930eaa

Please sign in to comment.