Skip to content

Commit fe37240

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
1 parent 7d8bb9d commit fe37240

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
@@ -52,7 +52,7 @@ class load_
5252
* Creates a deep copy of this expression.
5353
* @return copy of \c *this
5454
*/
55-
inline load_<T&> deep_copy() const & { return load_<T&>(a_); }
55+
inline load_<T&> deep_copy() const& { return load_<T&>(a_); }
5656
inline load_<T> deep_copy() && { return load_<T>(std::forward<T>(a_)); }
5757

5858
/**

0 commit comments

Comments
 (0)