Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2019-09-24 17:01:01 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-09-24 17:01:01 +0300
commit7861fa50866d2a73e22b8d7ae8d05e07f46257e4 (patch)
treebecd7e741a8c52d5b5e3a85dfeebd7c83b7e9fd7 /src/slic3r/GUI/Selection.cpp
parentb2e7081d3100217bb05ed300e4524c8113866fc5 (diff)
Whitespace changes to supress misleading indentation warnings
These appear in newer gcc when spaces and tabs are mixed
Diffstat (limited to 'src/slic3r/GUI/Selection.cpp')
-rw-r--r--src/slic3r/GUI/Selection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Selection.cpp b/src/slic3r/GUI/Selection.cpp
index 40fbbbac6..13d4a7360 100644
--- a/src/slic3r/GUI/Selection.cpp
+++ b/src/slic3r/GUI/Selection.cpp
@@ -410,7 +410,7 @@ void Selection::set_deserialized(EMode mode, const std::vector<std::pair<size_t,
if (! m_valid)
return;
- m_mode = mode;
+ m_mode = mode;
for (unsigned int i : m_list)
(*m_volumes)[i]->selected = false;
m_list.clear();