Skip to content

Commit

Permalink
Remove extraneous newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Jun 30, 2024
1 parent 566288f commit d43c6fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dnaio/bam.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#define COMPILER_HAS_CONSTRUCTOR (__GNUC__ || CLANG_COMPILER_HAS(constructor))
#define COMPILER_HAS_OPTIMIZE (GCC_AT_LEAST(4,4) || CLANG_COMPILER_HAS(optimize))


#if defined(__x86_64__) || defined(_M_X64)
#define BUILD_IS_X86_64 1
#include "immintrin.h"
Expand Down

0 comments on commit d43c6fc

Please sign in to comment.