Skip to content

Commit d131d04

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14)
1 parent 4f0a811 commit d131d04

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)