Skip to content

Commit

Permalink
readtags,style: delete a whitespace at the end of line
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed May 22, 2018
1 parent 8bae412 commit 481f026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read/readtags.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct sTagFile {
/* defines tag search state */
struct {
/* file position of last match for tag */
off_t pos;
off_t pos;
/* name of tag last searched for */
char *name;
/* length of name for partial matches */
Expand Down

0 comments on commit 481f026

Please sign in to comment.