clang-formated source

Change-Id: Ia15a55ae053e38d19e1fe7bbc6e452f5d0d1d3ed
This commit is contained in:
Sameer Agarwal
2022-09-01 17:00:34 -07:00
parent 00a05cf70f
commit 5f19468794
6 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ bool OptionsAreValidForCgnr(const Solver::Options& options, string* error) {
if (options.preconditioner_type == SUBSET) {
if (options.sparse_linear_algebra_library_type == CUDA_SPARSE) {
*error =
*error =
"Can't use CGNR with preconditioner_type = SUBSET when "
"sparse_linear_algebra_library_type = CUDA_SPARSE.";
return false;