# HG changeset patch # User Sebastien Jodogne # Date 1383754831 -3600 # Node ID 855adbdd75a613cf932d4fd5eab8d56cb6c0c331 # Parent 95b4c6d89c428d37172f08af0af8ab8361daa921 fix indentation diff -r 95b4c6d89c42 -r 855adbdd75a6 OrthancServer/OrthancRestApi.cpp --- 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::const_iterator - it = tmp.begin(); it != tmp.end(); ++it) + it = tmp.begin(); it != tmp.end(); ++it) { instances.push_back(*it); }