Skip to content
Snippets Groups Projects
Commit bce13770 authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Apply clang-format after scripted fixes

Refs #0
parent 3ad26d48
No related branches found
No related tags found
No related merge requests found
......@@ -555,7 +555,8 @@ void SplatterPlotView::setPeakSourceFrame(pqPipelineSource *source) {
int peakViewCoords =
vtkSMPropertyHelper(
this->origSrc->getProxy(),
MantidQt::API::MdConstants::MantidParaViewSpecialCoordinates.toLatin1()
MantidQt::API::MdConstants::MantidParaViewSpecialCoordinates
.toLatin1()
.constData()).GetAsInt();
peakViewCoords--;
vtkSMPropertyHelper(
......
......@@ -163,8 +163,7 @@ void EditorFactoryPrivate<Editor>::initializeEditor(QtProperty *property,
template <class Editor>
void EditorFactoryPrivate<Editor>::slotEditorDestroyed(QObject *object) {
const typename EditorToPropertyMap::iterator ecend =
m_editorToProperty.end();
const typename EditorToPropertyMap::iterator ecend = m_editorToProperty.end();
for (typename EditorToPropertyMap::iterator itEditor =
m_editorToProperty.begin();
itEditor != ecend; ++itEditor) {
......
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