Skip to content

Commit a89b30d

Browse files
clang changes
Signed-off-by: AdityaPandeyCN <[email protected]>
1 parent 2fd9629 commit a89b30d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/ramcore/RAMNTupleView.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <cstdint>
44
#include <cstring>
55
#include <iostream>
6-
#include <limits>
6+
#include <limits>
77
#include <string>
88

99
#include <ROOT/RNTuple.hxx>
@@ -182,4 +182,3 @@ Long64_t ramntupleview(const char *file, const char *query, bool cache, bool per
182182
std::cout << "Found " << static_cast<long long>(count) << " records in region " << (query ? query : "") << std::endl;
183183
return count;
184184
}
185-

src/ramcore/SamToNTuple.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
#include <TFile.h>
2525
#include <TROOT.h>
2626

27-
void samtoramntuple(const char *datafile, const char *treefile, bool index, bool split, bool cache, // NOLINT(misc-use-internal-linkage)
27+
void samtoramntuple(const char *datafile, const char *treefile, bool index, bool split,
28+
bool cache, // NOLINT(misc-use-internal-linkage)
2829
int compression_algorithm, uint32_t quality_policy)
2930
{
3031
(void)split;
@@ -299,4 +300,3 @@ void samtoramntuple_split_by_chromosome(const char *datafile, const char *output
299300
}
300301
}
301302
}
302-

0 commit comments

Comments
 (0)