Skip to content

Commit

Permalink
#2830 Adjusted indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Apr 5, 2024
1 parent 1f32746 commit 0811740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcode/vx_analysis_util/stat_job.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ int STATAnalysisJob::set_job_type(const char *c) {
job_type = string_to_statjobtype(c);

if(job_type == STATJobType::None) return 1;
else return 0;
else return 0;
}

////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -2726,7 +2726,7 @@ ConcatString STATAnalysisJob::get_jobstring() const {
}

// Jobs which use out_alpha
if(job_type == STATJobType::summary ||
if(job_type == STATJobType::summary ||
out_line_type.has(stat_cts_str) ||
out_line_type.has(stat_mcts_str) ||
out_line_type.has(stat_cnt_str) ||
Expand Down

0 comments on commit 0811740

Please sign in to comment.