Skip to content

Commit edd1d75

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final)
1 parent efde714 commit edd1d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmdstan/write_stan_flags.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ void write_stan_flags(stan::callbacks::writer &writer) {
1818
writer("STAN_MPI=false");
1919
#endif
2020
#ifdef STAN_OPENCL
21-
writer("STAN_OPENCL=true");
21+
writer("STAN_OPENCL=true");
2222
#else
23-
writer("STAN_OPENCL=false");
23+
writer("STAN_OPENCL=false");
2424
#endif
2525
#ifdef STAN_NO_RANGE_CHECKS
2626
writer("STAN_NO_RANGE_CHECKS=true");

0 commit comments

Comments
 (0)