Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Sep 11, 2017
1 parent 9374676 commit 6aab1b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stores/ovStore.C
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ ovStore::readOverlap(ovOverlap *overlap) {
// overlaps.

while (_offt._numOlaps == 0)
if (0 == AS_UTL_safeRead(_offtFile, &_offt, "ovStore::readOverlap::offset",
sizeof(ovStoreOfft), 1))
if (0 == AS_UTL_safeRead(_offtFile, &_offt, "ovStore::readOverlap::offset", sizeof(ovStoreOfft), 1))
return(0);

// And if we've exited the range of overlaps requested, return.
Expand Down

0 comments on commit 6aab1b6

Please sign in to comment.