Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
Browse files Browse the repository at this point in the history
…4.1 (tags/RELEASE_600/final)
  • Loading branch information
stan-buildbot committed Dec 3, 2020
1 parent 065a68f commit 9b291e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmdstan/arguments/argument_parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ class argument_parser {
err(cat_name + " is either mistyped or misplaced.");
#ifndef STAN_OPENCL
if (cat_name == "opencl") {
err("Re-compile the model with STAN_OPENCL to use OpenCL CmdStan arguments.");
err("Re-compile the model with STAN_OPENCL to use OpenCL CmdStan "
"arguments.");
}
#endif
std::vector<std::string> valid_paths;
Expand Down

0 comments on commit 9b291e7

Please sign in to comment.