Skip to content

Commit e6eeaf9

Browse files
committed
[Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~exp1~20180509124008.99 (branches/release_50)
1 parent 1785bfd commit e6eeaf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stan/math/opencl/kernel_generator

stan/math/opencl/kernel_generator/load.hpp

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

5454
/**

0 commit comments

Comments
 (0)