Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Feb 19, 2025
1 parent bbeb46f commit 62d0162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fastq_chars.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ struct statistics {
};


// anonymous namespace: limit visibility and usage to this translation unit
namespace {

auto guess_quality_offset(struct statistics & stats) -> void {
Expand Down Expand Up @@ -255,7 +256,7 @@ namespace {
}
stats_message(stderr, stats);
}
}
} // end of anonymous namespace


auto fastq_chars(struct Parameters const & parameters) -> void
Expand Down

0 comments on commit 62d0162

Please sign in to comment.