Mercurial > hg > orthanc
changeset 664:855adbdd75a6
fix indentation
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 06 Nov 2013 17:20:31 +0100 |
parents | 95b4c6d89c42 |
children | 41b3e5ccb291 |
files | OrthancServer/OrthancRestApi.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi.cpp Wed Nov 06 17:18:40 2013 +0100 +++ b/OrthancServer/OrthancRestApi.cpp Wed Nov 06 17:20:31 2013 +0100 @@ -317,7 +317,7 @@ context.GetIndex().GetChildInstances(tmp, stripped); for (std::list<std::string>::const_iterator - it = tmp.begin(); it != tmp.end(); ++it) + it = tmp.begin(); it != tmp.end(); ++it) { instances.push_back(*it); }