Skip to content

Commit

Permalink
b b/i-1179 rm tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrangucci committed Jun 1, 2015
1 parent 8dd47da commit 01a281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stan/math/prim/scal/prob/exponential_log.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace stan {

T_partials_return logp(0.0);
check_not_nan(function, "Random variable", y);
check_nonnegative(function, "Random variable", y);
check_nonnegative(function, "Random variable", y);
check_positive_finite(function, "Inverse scale parameter", beta);
check_consistent_sizes(function,
"Random variable", y,
Expand Down

0 comments on commit 01a281d

Please sign in to comment.