Skip to content
Snippets Groups Projects
Commit 839beb94 authored by Dimitar Tasev's avatar Dimitar Tasev
Browse files

Re #19961 clang-format

parent 0b2318bd
Branches 28310_cancel_script_during_alg_in_workbench
No related tags found
No related merge requests found
...@@ -1779,8 +1779,10 @@ std::string ConfigServiceImpl::getFacilityFilename(const std::string &fName) { ...@@ -1779,8 +1779,10 @@ std::string ConfigServiceImpl::getFacilityFilename(const std::string &fName) {
// If we are not updating the instrument definitions // If we are not updating the instrument definitions
// update the iterator, this means we will skip the folder in HOME and // update the iterator, this means we will skip the folder in HOME and
// look in the instrument folder in mantid install directory or mantid source code directory // look in the instrument folder in mantid install directory or mantid source
if (updateInstrStr != "1" || updateInstrStr != "on" || updateInstrStr != "On") { // code directory
if (updateInstrStr != "1" || updateInstrStr != "on" ||
updateInstrStr != "On") {
instrDir++; instrDir++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment