Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Hansen committed Mar 29, 2019
1 parent 94370e0 commit f6e5ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backward_references.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ func createBackwardReferences(num_bytes uint, position uint, ringbuffer []byte,

/* Minimum score to accept a backward reference. */
hasher.PrepareDistanceCache(dist_cache)
var sr2 hasherSearchResult
var sr hasherSearchResult
var sr2 hasherSearchResult
var sr hasherSearchResult

for position+hasher.HashTypeLength() < pos_end {
var max_length uint = pos_end - position
Expand Down

0 comments on commit f6e5ca9

Please sign in to comment.