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 May 9, 2021
1 parent efde714 commit edd1d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmdstan/write_stan_flags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ void write_stan_flags(stan::callbacks::writer &writer) {
writer("STAN_MPI=false");
#endif
#ifdef STAN_OPENCL
writer("STAN_OPENCL=true");
writer("STAN_OPENCL=true");
#else
writer("STAN_OPENCL=false");
writer("STAN_OPENCL=false");
#endif
#ifdef STAN_NO_RANGE_CHECKS
writer("STAN_NO_RANGE_CHECKS=true");
Expand Down

0 comments on commit edd1d75

Please sign in to comment.