Skip to content

Commit ecd660d

Browse files
committed
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final)
1 parent a103791 commit ecd660d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stan/services/sample/standalone_gqs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void get_model_parameters(const Model &model,
4747
size_t num_params = param_names.size();
4848
std::vector<std::vector<size_t>> dimss;
4949
model.get_dims(dimss);
50-
for (size_t i = 0;i < param_names.size(); i++) {
50+
for (size_t i = 0; i < param_names.size(); i++) {
5151
for (size_t j = i; j < all_param_names.size(); ++j) {
5252
if (param_names[i].compare(all_param_names[j]) == 0) {
5353
param_dimss.emplace_back(dimss[j]);

0 commit comments

Comments
 (0)