Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
9f2609fd
Commit
9f2609fd
authored
Jan 20, 2016
by
Hahn, Steven
Browse files
clang-format patch.
parent
16dd9e1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/API/src/HistoryView.cpp
View file @
9f2609fd
...
...
@@ -69,7 +69,7 @@ void HistoryView::unroll(std::vector<HistoryItem>::iterator &it) {
for
(
const
auto
&
item
:
childHistories
)
{
tmpHistory
.
emplace_back
(
item
);
}
// since we are using a std::vector, do all insertions at the same time.
// since we are using a std::vector, do all insertions at the same time.
#if !defined(GCC_VERSION) || GCC_VERSION >= 409000
++
it
;
// move iterator forward to insertion position
it
=
m_historyItems
.
insert
(
it
,
tmpHistory
.
begin
(),
tmpHistory
.
end
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment