Skip to content

Commit 57e469a

Browse files
committed
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final)
1 parent ea2d135 commit 57e469a

File tree

1 file changed

+1
-1
lines changed
  • stan/math/opencl/kernel_generator

1 file changed

+1
-1
lines changed

stan/math/opencl/kernel_generator/load.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class load_
4949
* Creates a deep copy of this expression.
5050
* @return copy of \c *this
5151
*/
52-
inline load_<T&> deep_copy() const& { return load_<T&>(a_); }
52+
inline load_<T&> deep_copy() const & { return load_<T&>(a_); }
5353
inline load_<T> deep_copy() && { return load_<T>(std::forward<T>(a_)); }
5454

5555
/**

0 commit comments

Comments
 (0)