Skip to content
Snippets Groups Projects
Commit 6d637055 authored by nservant's avatar nservant
Browse files

[LINT] move to 4 spaces

parent 391e32f0
Branches
No related tags found
No related merge requests found
Showing
with 229 additions and 233 deletions
......@@ -21,8 +21,7 @@ static int usage(int ret=1)
return ret;
}
static int get_options(int argc, char* argv[], std::string& fastqFile,
std::vector<std::string>& cutSites, std::string& output, bool& rmuntrim)
static int get_options(int argc, char* argv[], std::string& fastqFile, std::vector<std::string>& cutSites, std::string& output, bool& rmuntrim)
{
prog = argv[0];
if (argc == 1){
......@@ -60,9 +59,7 @@ static int get_options(int argc, char* argv[], std::string& fastqFile,
return 0;
}
static int trim_fastq(std::string& fastqFile,
std::vector<std::string>& cutSites,
std::string& outFile, bool& rmuntrim){
static int trim_fastq(std::string& fastqFile, std::vector<std::string>& cutSites, std::string& outFile, bool& rmuntrim){
int trim_count=0;
std::string ID;
std::ifstream ifs (fastqFile);
......@@ -144,4 +141,3 @@ int main(int argc, char* argv[])
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment