Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (ta…
Browse files Browse the repository at this point in the history
…gs/RELEASE_500/final)
  • Loading branch information
stan-buildbot committed Mar 25, 2020
1 parent 1e37a41 commit 1169069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stan/math/opencl/kernel_generator/load.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class load_
* Creates a deep copy of this expression.
* @return copy of \c *this
*/
inline load_<T&> deep_copy() const& { return load_<T&>(a_); }
inline load_<T&> deep_copy() const & { return load_<T&>(a_); }
inline load_<T> deep_copy() && { return load_<T>(std::forward<T>(a_)); }

/**
Expand Down

0 comments on commit 1169069

Please sign in to comment.