clang-tidy: apply readability-redundant-control-flow fixes

This commit is contained in:
Daniel Pfeifer
2016-12-10 16:00:29 +01:00
committed by Brad King
parent 2988abd939
commit 85bfdddaf7
4 changed files with 0 additions and 4 deletions
@@ -180,5 +180,4 @@ void cmExportLibraryDependenciesCommand::ConstFinalPass() const
}
}
fout << "endif()\n";
return;
}