Skip to content

Commit 92314d0

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

File tree

6 files changed

+232
-234
lines changed

6 files changed

+232
-234
lines changed

stan/math/rev/core/grad.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace math {
2929
* derivative propagation.
3030
*/
3131
static void grad(vari* vi = NULL) {
32-
if(vi != NULL)
32+
if (vi != NULL)
3333
vi->init_dependent();
3434
std::vector<vari*>& var_stack = ChainableStack::instance_->var_stack_;
3535
size_t end = var_stack.size();

0 commit comments

Comments
 (0)