Mercurial > hg > orthanc
comparison OrthancServer/OrthancRestApi.cpp @ 664:855adbdd75a6
fix indentation
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 06 Nov 2013 17:20:31 +0100 |
parents | 95b4c6d89c42 |
children | 2d0a347e8cfc |
comparison
equal
deleted
inserted
replaced
663:95b4c6d89c42 | 664:855adbdd75a6 |
---|---|
315 | 315 |
316 std::list<std::string> tmp; | 316 std::list<std::string> tmp; |
317 context.GetIndex().GetChildInstances(tmp, stripped); | 317 context.GetIndex().GetChildInstances(tmp, stripped); |
318 | 318 |
319 for (std::list<std::string>::const_iterator | 319 for (std::list<std::string>::const_iterator |
320 it = tmp.begin(); it != tmp.end(); ++it) | 320 it = tmp.begin(); it != tmp.end(); ++it) |
321 { | 321 { |
322 instances.push_back(*it); | 322 instances.push_back(*it); |
323 } | 323 } |
324 } | 324 } |
325 } | 325 } |