Skip to content

Commit ba071a2

Browse files
committed
spacing
1 parent 99f6d62 commit ba071a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/getseq.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ auto test_label_match(fastx_handle input_handle) -> bool
275275
while (true)
276276
{
277277
hit = std::strstr(header_view.data(), needle);
278-
if (hit == nullptr) { break; }
278+
if (hit == nullptr) {
279+
break;
280+
}
279281
if (opt_label_field != nullptr)
280282
{
281283
/* check of field */

0 commit comments

Comments
 (0)