Skip to content

Commit

Permalink
dada2: fix intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Oct 15, 2019
1 parent b9a0a9e commit df2dfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dada2/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ echo $(R --version | grep version | grep -v GNU)", dada2 version" $(R --vanilla

<xml name="stdio">
<stdio>
<regex match="Error: cannot allocate" source="stderr" level="fatal_oom" description="Out of memory error occurred" />
<regex match="'Calloc' could not allocate memory" source="stderr" level="fatal_oom" description="Out of memory error occurred" />
<regex match="Error: cannot allocate" source="stderr" level="fatal_oom" description="Out of memory error occurred" />
<regex match="'Calloc' could not allocate memory" source="stderr" level="fatal_oom" description="Out of memory error occurred" />
</stdio>
</xml>

Expand Down

0 comments on commit df2dfeb

Please sign in to comment.